Class NotifyIconPopupOpeningEventArgs
Represents the event arguments for the PopupOpening event.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class NotifyIconPopupOpeningEventArgs : CancelEventArgs
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
System.Windows.Point
|
IsInTaskbarOverflowPopup
Gets whether the icon is in the taskbar's overflow popup [true] or directly on the taskbar [false].
Declaration
public bool IsInTaskbarOverflowPopup { get; }
Property Value
System.Boolean
|
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
System.Windows.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
System.Windows.Rect
|
PopupWindow
Gets the window that contains the will be used to show the content of the popup.
Declaration
public WindowBase PopupWindow { get; }
Property Value
WindowBase
|
Size
Gets the size of the popup.
Declaration
public Size Size { get; }
Property Value
System.Windows.Size
|
TaskbarEdge
Gets the edge of the screen on which the taskbar is placed.
Declaration
public ScreenEdge TaskbarEdge { get; }
Property Value
ScreenEdge
|