Class
NotifyIconPopupOpeningEventArgs

Represents the event arguments for the PopupOpening event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class NotifyIconPopupOpeningEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsNotifyIconPopupOpeningEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

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.

Declaration

cs-api-definition
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].

Declaration

cs-api-definition
public bool IsInTaskbarOverflowPopup { get; }

Property Value

bool

Location

Gets or sets the location where the popup will be opened. This is an absolute location.

Declaration

cs-api-definition
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

cs-api-definition
public Rect NotifyIconBounds { get; }

Property Value

Rect

PopupWindow

Gets the window that contains the will be used to show the content of the popup.

Declaration

cs-api-definition
public WindowBase PopupWindow { get; }

Property Value

WindowBase

Size

Gets the size of the popup.

Declaration

cs-api-definition
public Size Size { get; }

Property Value

Size

TaskbarEdge

Gets the edge of the screen on which the taskbar is placed.

Declaration

cs-api-definition
public ScreenEdge TaskbarEdge { get; }

Property Value

ScreenEdge