ComboBoxStyle Enumeration |
This represents the style of the combo box displayed on the toolbar.
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 ComboBoxStyle
Public Enumeration ComboBoxStyle
Members
| Member name | Value | Description |
---|
| DropDown | 0 |
You can select the item in the list box displayed by clicking the arrow button. You can also edit text directly in the text box.
|
| DropDownList | 1 |
You can select the item in the list box displayed by clicking the arrow button.
|
See Also