DropDownStyles Enumerator
Description
Defines the different styles that a drop-down input can be.Defined in namespace "adsk::core" and the header file is <Core\CoreTypeDefs.h>
Methods
| Name | Value | Description |
| CheckBoxDropDownStyle | 2 | Defines a drop-down that contains a list of check boxes where multiple items can be checked. |
| LabeledIconDropDownStyle | 0 | Defines a drop-down where it contains a list items where each item has text and an icon. If the icon of the list item is set to null, a radio button will be displayed instead of the icon. A single item can be selected at a time. |
| TextListDropDownStyle | 1 | Defines a drop-down that contains a scrollable list of text only items and one item can be selected from the list. |
