MapWindowDevelper:Toolbar
From MapWindow GIS
MapWindow.Interfaces.Toolbar
Used to add/remove Toolbars, buttons, combo boxes, etc. to/from the application
Method Members
| Name | Access | Summary |
|---|---|---|
| AddButton() : ToolbarButton | public | Adds a button to a specified to the default Toolbar |
| AddButton() : ToolbarButton | public | Adds a button to a specified to the default Toolbar |
| AddButton() : ToolbarButton | public | Adds a button to a specified to the default Toolbar |
| AddButton() : ToolbarButton | public | Adds a button to a specified to the specified Toolbar |
| AddComboBox() : ComboBoxItem | public | Adds a ComboBoxItem to a specified to the default Toolbar |
| AddToolbar() : Boolean | public | Adds a Toolbar group to the Main Toolbar |
| ButtonItem() : ToolbarButton | public | returns the specified ToolbarButton (null on failure) |
| ComboBoxItem() : ComboBoxItem | public | returns the specified ComboBoxItem |
| RemoveButton() : Boolean | public | Removes the specified ToolbarButton item |
| RemoveComboBox() : Boolean | public | Removes the specified ComboBoxItem |
| RemoveToolbar() : Boolean | public | Removes the specified Toolbar and any ToolbarButton/ComboBoxItems contained within the control |
















