A user interface control, for example, a button or a combo box. A control can contain items.
Properties
Application Application
Returns application. Read only.
Boolean Checked
Sets or returns the check state. Read / write.
Boolean Enabled
Returns True if control is enabled and False otherwise. Read only.
UserInterfaceControlItemSet ItemSet
Returns control items. Read only.
String Name
Returns control name. Read only.
Any Parent
Returns parent object. Read only.
String Text
Sets or returns control text. Read / write.
Method
Push()
Simulates clicking on a push button.
PushNamed(String name)
Push the specified button in the drop-down portion of the control. Used with color, size, and style wells whose drop-down portions contain buttons for thematic formatting ("Theme") and with similar windows.
Obtained From
UserInterfaceControlSet (Item)
See Also