MutableSelectBox
A dropdown control that can be edited.
Parameters
used to represent the underlying choices
to render the selected item within the select box
to render each item within the list of choices
See also
Constructors
Properties
Inherited properties
Controls the SelectBox's look and behavior.
Defines how the contents within the drop-down box should be aligned.
to render the selected item within the select box
Defines how the contents of each choice be aligned.
to render each item within the list of choices
Functions
Requests that the existing edit operation be canceled. This will discard the current process and retain the underlying value before editing started.
Requests that the existing edit operation be completed. This will try to fetch a valid result and update the underlying value if possible.
Initiate editing of the control. This will notify the Behavior
that editing is starting. The behavior can then use the editor
to control the process.