ListControlDisplayTypes Enumerator
Description
The different types of items that can be displayed in a list control.Defined in namespace "adsk::core" and the header file is <Core\CoreTypeDefs.h>
Methods
Name | Value | Description |
CheckBoxListType | 0 | The list control contains check boxes. |
RadioButtonlistType | 1 | The list controls contains radio buttons. |
StandardListType | 2 | The list control is a list of text items with optional icons. |