dropdown
| Selection List Properties and Selection Tree Properties more information on these components. |
Sets the Selection List to dropdown style, in which the Selection List is compactly represented by just its title bar. When the user moves the mouse over the List, the List automatically expands to display the available options.
Example
SelectionList1.dropdown = true;
|
Either syntax below can be used in component script:
For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required. |