Expand description
Dropdown and listbox implementation (B.4).
Enums§
- Choice
Kind - Sub-kind of a choice (
/Ch) field, derived from its flags word.
Functions§
- choice_
kind - Determine choice sub-kind from flags.
- get_
options - Get the list of available options.
- get_
selection - Get the currently selected value(s).
- selected_
index - Get the index of the first selected option, if any.
- set_
multi_ selection - Set multiple selections for a multi-select list box. Returns
falseif read-only or not multi-select. - set_
selection - Set the selection for a single-select choice field.
For non-editable combos, value must match an option. Returns
falseif read-only or invalid.