Object Attributes
Object attributes are string values.
Objects have the following attributes:
Attribute Name | Applies to: | Values |
---|---|---|
ENABLED | All objects | "TRUE" or "FALSE" |
VISIBLE | All objects | "TRUE" or "FALSE" |
FOCUSED | All objects | "TRUE" or "FALSE" |
CHECKED | Check box, radio button | "TRUE" or "FALSE" |
LINES | List box, combo box | String representation of number of lines the list contains. |
TEXT | All objects | Text |
ITEM | List box, combo box Note that a line in a list box may be highlighted to indicate the current mouse position. This does not indicate that the item is selected. | The text of the selected item. For a combo box, this is the item in the text box. For a list box, it is the last item clicked. |