Version

CancelableNavigationContextMenuInitializingEventArgs Class Members

The following tables list the members exposed by CancelableNavigationContextMenuInitializingEventArgs.

Public Constructors
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyClickAreaReturns the NavigationPaneClickArea constant which describes the area of the navigation pane that was right-clicked by the end user.  
Public PropertyGroupReturns the UltraExplorerBarGroup for which the context menu is being displayed.  
Public PropertyNavigationContextMenuReturns/sets the context menu to be displayed.  
Public Methods
 NameDescription
Public MethodGetMenuItemTypeReturns a ContextMenuItemType enumeration describing the type of the passed in menuitem. If the menuitem is not one of the menuitems supplied by default (i.e., it was added by the user), the method returns '0 - Unknown or User defined'.  
Public MethodResetMenuResets the current context menu to its default state and returns a reference to the reset menu.  
See Also