New to Telerik UI for WinFormsStart a free 30-day trial

Represents the event arguments for the PopupOpening event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class NotifyIconPopupOpeningEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsNotifyIconPopupOpeningEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the NotifyIconPopupOpeningEventArgs class.

C#
public NotifyIconPopupOpeningEventArgs()

Properties

Gets the location of the mouse at the moment of interaction.

C#
public Point AnchorPoint { get; }

Gets whether the icon is in the taskbar's overflow popup [true] or directly on the taskbar [false].

C#
public bool IsInTaskbarOverflowPopup { get; }

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

C#
public Point Location { get; set; }

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

C#
public Form PopupForm { get; }

Gets the size of the popup.

C#
public Size Size { get; }

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

C#
public ScreenEdge TaskbarEdge { get; }