ToolBarItemType Enumeration |
Toolbar Indicates the type of item.
Namespace:
RootPro.RootProCAD.UI
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public enum ToolBarItemType
Public Enumeration ToolBarItemType
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
Unknown type item
|
| Separator | 1 |
Separator
|
| Button | 2 |
button
|
| ComboBox | 3 |
combo box
|
See Also