Overview
Specifies the style of a DropDown control.
Script Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public-read | DROP_DOWN | Integer | ![]() | 0 |
Indicates that the list is displayed by clicking the down arrow and that the text portion is editable. |
||
public-read | DROP_DOWN_LIST | Integer | ![]() | 1 |
Indicates that the list is displayed by clicking the down arrow and that the text portion is not editable. ![]() Indicates that the list is displayed by clicking the down arrow and that the text portion is not editable. This means that the user cannot enter a new value. 1 |