IContextMenuItem Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by IContextMenuItem.

Public Properties

 NameDescription
 PropertyEnabledGets or sets whether to enable this context-sensitive menu item.  
 PropertyNameGets or sets the name of the context-sensitive menu item.  
Top

Public Methods

 NameDescription
 MethodGetApiIDGets UUID of the add-in or non add-in application for this context-sensitive menu item.  
 MethodGetCommandGets the name of the command with which this context-sensitive menu item is associated.  
 MethodGetContextTypeGets the type of context-sensitive menu.  
 MethodGetIDGets the user-defined ID of this context-sensitive menu item.  
 MethodGetMenuItemsGets the context-sensitive menu items for this context-sensitive menu item.  
 MethodGetObjectTypeGets the type of object associated with this context-sensitive menu.  
 MethodGetTypeGets the type of context-sensitive menu item.  
 MethodInsertMenuItemInserts a context-sensitive menu item for this context-sensitive menu item.  
 MethodRemoveRemoves this context-sensitive menu item.  
Top

See Also