|
ManagedComboBox |
Top Previous Next |
|
Managed ComboBox. Extends ManagedObject.
Behavior Pattern: ManagedObjectSelectableBehavior
Property Summary
Action Summary
Property Detail
Index of the selected element of the object. Accessors: GetSelectedIndex, SetSelectedIndex
Text of the selected item in a single string. Accessors: GetSelectedText, SetSelectedText
Action Detail
Selects an item of this object.
Parameters:
Returns:
'true' if success, 'false' otherwise.
Behavior Pattern: ManagedObjectTextBehavior
Property Summary
Action Summary
Property Detail
Text of the object, 'false' if text can not be read. Accessors: GetText, SetText
Action Detail
Sets text value of this object.
Parameters:
Returns:
'true' if success, 'false' otherwise.
|