ClassNotifyIconPopupOpeningEventArgs
Class
Represents the event arguments for the PopupOpening event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class NotifyIconPopupOpeningEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsNotifyIconPopupOpeningEventArgs
Inherited Members
Constructors
NotifyIconPopupOpeningEventArgs()
Initializes a new instance of the NotifyIconPopupOpeningEventArgs class.
Declaration
cs-api-definition
public NotifyIconPopupOpeningEventArgs()
Properties
AnchorPoint
Gets the location of the mouse at the moment of interaction.
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.
PopupForm
Gets the form that will be used to show the content of the popup.
Size
Gets the size of the popup.
TaskbarEdge
Gets the edge of the screen on which the taskbar is placed.