Set of user interface controls, for example, in a dialog.
Properties
Application Application
Returns application. Read only.
Number Count
Returns number of controls in set. Read only.
UserInterfaceControl Item(Number index) UserInterfaceControl Item(String name)
Returns control with given index or name. Read only.
Any Parent
Returns parent object. Read only.
Methods
Number ItemByName(String name)
Returns index of control with given name or -1.
Obtained From
UserInterfaceDialog (ControlSet)
See Also