Class NotifyIconPopupOpeningEventArgs
Represents the event arguments for the PopupOpening event.
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.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.Drawing.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.Drawing.Point
|
PopupForm
Gets the form that will be used to show the content of the popup.
Declaration
public Form PopupForm { get; }
Property Value
System.Windows.Forms.Form
|
Size
Gets the size of the popup.
Declaration
public Size Size { get; }
Property Value
System.Drawing.Size
|
TaskbarEdge
Gets the edge of the screen on which the taskbar is placed.
Declaration
public ScreenEdge TaskbarEdge { get; }
Property Value
ScreenEdge
|