New to Telerik UI for WPFStart a free 30-day trial

Represents the event arguments for the PopupOpening event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class NotifyIconPopupOpeningEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsNotifyIconPopupOpeningEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the NotifyIconPopupOpeningEventArgs class.

C#
public NotifyIconPopupOpeningEventArgs()

Properties

Gets the location of the mouse at the moment of interaction.

C#
public Point AnchorPoint { get; }

Gets whether the icon is in the taskbar's overflow popup [true] or directly on the taskbar [false].

C#
public bool IsInTaskbarOverflowPopup { get; }

Gets or sets the location where the popup will be opened. This is an absolute location.

C#
public Point Location { get; set; }

Gets the bounding rectangle of the icon in the notification area. Could be empty depending on Windows version.

C#
public Rect NotifyIconBounds { get; }

Gets the window that contains the will be used to show the content of the popup.

C#
public WindowBase PopupWindow { get; }

Size

Size

Gets the size of the popup.

C#
public Size Size { get; }

Gets the edge of the screen on which the taskbar is placed.

C#
public ScreenEdge TaskbarEdge { get; }