PopupMenuShowingEventArgs Properties
Contains data for the TreeList.PopupMenuShowing event.
Name | Description |
---|---|
Allow |
Gets or sets whether to display the context menu.
Inherited from Base |
Hit |
Provides access to information about the clicked visual element. |
Menu | Gets or sets the control’s popup menu that will be shown. |
Menu |
Gets the type of the context menu that is about to be shown. |
Point |
Gets or sets coordinates of the invoked context menu (top-left corner) relative to the parent control.
Inherited from Base |
Screen |
Gets coordinates of the invoked context menu (top-left corner) relative to the screen.
Inherited from Base |
See Also