Overview
A generic drop-down control. You can derive from this class and assign nodes to the editControl and dropDownControl variables in order to define custom drop-down controls.
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
protected | dropDownControl | Node | subclass | subclass | subclass |
The drop-down component of the drop-down control. |
|
public | dropDownHeight | Number | ![]() | ![]() | ![]() | 200 |
The height of the drop-down component. |
public | dropDownStyle | Integer | ![]() | ![]() | ![]() | DROP_DOWN |
The behavior of the drop-down component. ![]() The behavior of the drop-down component. One of the values defined in the DropDownStyle class. DROP_DOWN |
protected | editControl | Node | subclass | subclass | subclass |
The edit component of the drop-down control. |
|
public | showButton | Boolean | ![]() | ![]() | ![]() | true |
A value indicating whether the drop-down activation button is visible. |