ClassNotifyIconPopupOpeningEventArgs
Represents the event arguments for the PopupOpening event.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class NotifyIconPopupOpeningEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsNotifyIconPopupOpeningEventArgs
Inherited Members
Constructors
NotifyIconPopupOpeningEventArgs()
Initializes a new instance of the NotifyIconPopupOpeningEventArgs class.
Declaration
public NotifyIconPopupOpeningEventArgs()
Properties
AnchorPoint
Gets the location of the mouse at the moment of interaction.
Declaration
public Point AnchorPoint { get; }
Property Value
Point
IsInTaskbarOverflowPopup
Gets whether the icon is in the taskbar's overflow popup [true] or directly on the taskbar [false].
Location
Gets or sets the location where the popup will be opened. This is an absolute location.
Declaration
public Point Location { get; set; }
Property Value
Point
NotifyIconBounds
Gets the bounding rectangle of the icon in the notification area. Could be empty depending on Windows version.
Declaration
public Rect NotifyIconBounds { get; }
Property Value
Rect
PopupWindow
Gets the window that contains the will be used to show the content of the popup.
Size
Gets the size of the popup.
Declaration
public Size Size { get; }
Property Value
Size
TaskbarEdge
Gets the edge of the screen on which the taskbar is placed.