ESRI.ArcGIS.ADF.Local | |
BaseMenu Class Members | |
See Also Fields Properties Methods Send Feedback |
ESRI.ArcGIS.ADF.BaseClasses Namespace : BaseMenu Class |
The following tables list the members exposed by BaseMenu.
Name | Description | |
---|---|---|
m_barCaption | The caption of the command bar. Null by default. (Inherited from BaseCommandBar) | |
m_barID | The ID string to uniquely identify a commandbar. Null by default. (Inherited from BaseCommandBar) |
Name | Description | |
---|---|---|
Caption | Caption of this menu, returned from IMenuDef.Caption property. Null by default. | |
ItemCount | IMenuDef.ItemCount property implementation. Called by the framework to get the number of command items on the menu. | |
Name | Name to uniquely identify this menu, returned from IMenuDef.Name property. Null by default. |
Name | Description | |
---|---|---|
GetItemInfo | IMenuDef.GetItemInfo() implementation. Called by the framework to find out the command item by position. |
Name | Description | |
---|---|---|
AddItem | Overloaded. Add a command item to the command bar by an identifier string. (Inherited from BaseCommandBar) | |
BeginGroup | Adds a separator bar on the command bar to begin a group. (Inherited from BaseCommandBar) |