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
Initializes a new instance of the NotifyIconPopupOpeningEventArgs class.
public NotifyIconPopupOpeningEventArgs()
Properties
AnchorPoint
Point
Gets the location of the mouse at the moment of interaction.
public Point AnchorPoint { get; }
Gets whether the icon is in the taskbar's overflow popup [true] or directly on the taskbar [false].
public bool IsInTaskbarOverflowPopup { get; }
Location
Point
Gets or sets the location where the popup will be opened. This is an absolute location.
public Point Location { get; set; }
NotifyIconBounds
Rect
Gets the bounding rectangle of the icon in the notification area. Could be empty depending on Windows version.
public Rect NotifyIconBounds { get; }
Gets the window that contains the will be used to show the content of the popup.
public WindowBase PopupWindow { get; }
Size
Size
Gets the size of the popup.
public Size Size { get; }
Gets the edge of the screen on which the taskbar is placed.
public ScreenEdge TaskbarEdge { get; }