Version 24.2 (latest)

CancelableContextMenuInitializingEventArgs Class Properties

For a list of all members of this type, see CancelableContextMenuInitializingEventArgs members.

Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyClickAreaReturns an enumeration that describes the area of the control that was right-clicked.  
Public PropertyContextMenuReturns/sets the context menu to be displayed.  
Public PropertyGroupReturns the UltraExplorerBarGroup for which the context menu is being displayed, or null if the context menu does not relate to a group.  
Public PropertyItemReturns the UltraExplorerBarItem for which the context menu is being displayed, or null if the context menu does not relate to an item.  
See Also