combo_box
Last updated
Last updated
This type represents a combo box control.
Value bits are toggled in order of selectables. That means if the first element is toggled, so will be the first bit, etc.
Constructs the combo box.
Arguments
Name
Type
Description
id
ID.
Returns
Type
Description
combo_box
Combo box instance.
Example
Type: bool
If set to true
, the checkbox will be able to toggle multiple selectables.
Returns combo box' value.
Arguments
None.
Returns
Type
Description
Value data.
Example