ToolBarItemDisplayStyle Enumeration |
Indicates how to display the image and text of the toolbar 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 ToolBarItemDisplayStyle
Public Enumeration ToolBarItemDisplayStyle
Members
| Member name | Value | Description |
---|
| Image | 0 |
Display only images
|
| Text | 1 |
Display text only
|
| ImageAndText | 2 |
Display image and text
|
See Also