An item within a user interface control, for example, in a list view or a tree view. An item can contain other items.
Properties
Application Application
Returns application. Read only.
Boolean Checked
Sets or returns the check state. Read / write.
Any Parent
Returns parent object. Read only.
UserInterfaceControlItemSet SubitemSet
Returns subitems. Read only.
String Text
Returns item text. Read only.
String Value
Gets or sets item value. Read / write.
Obtained From
UserInterfaceControlItemSet (Item)
See Also