![]() ![]() |
ESRI.ArcGIS.ADF.Local | |
BaseToolbar Class Members | |
See Also Fields Properties Methods Send Feedback |
ESRI.ArcGIS.ADF.BaseClasses Namespace : BaseToolbar Class |
The following tables list the members exposed by BaseToolbar.
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 toolbar, returned from IToolbarDef.Caption property. Null by default. |
![]() | ItemCount | IToolbarDef.ItemCount property implementation. Called by the framework to get the number of command items on the toolbar. |
![]() | Name | Name to uniquely identify this toolbar, returned from IToolbarDef.Name property. Null by default. |
Name | Description | |
---|---|---|
![]() | GetItemInfo | IToolbarDef.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) |