Skip to main content

PopupMenuShowingEventArgs Properties

Contains data for the TreeList.PopupMenuShowing event.
Name Description
Allow Gets or sets whether to display the context menu. Inherited from BasePopupMenuShowingEventArgs.
HitInfo Provides access to information about the clicked visual element.
Menu Gets or sets the control’s popup menu that will be shown.
MenuType 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 BasePopupMenuShowingEventArgs.
ScreenPoint Gets coordinates of the invoked context menu (top-left corner) relative to the screen. Inherited from BasePopupMenuShowingEventArgs.
See Also