Version

MenuItemDefinition Class Members

The following tables list the members exposed by MenuItemDefinition.

Public Properties
 NameDescription
Public PropertyDisplayTextDisplay text of the menu item.  
Public PropertySubMenuItemsIf this item represnets a submenu then this property will return an array of submenu items. Otherwise it will return null.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)CreateMenuItemsA helper method for creating an array of IGMenuItem from the specified menu item definition array.  
Public MethodOnClickCalled when this menu item is clicked.  
See Also