Object
ListItem
An item in a list box, drop-down list, or tree view.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Boolean | read/write | The checked state of an item in a list. | |
| Boolean | read/write | The expansion state of an item of type node that is a child of a TreeView list control. | |
| ScriptUIImage | read/write | An image object for an icon to display in the item. | |
| Number | readonly | The 0-based index of this item in the items collection of its parent list control. | |
| — | readonly | The parent element, a list control. | |
| Object | read/write | An object that contains one or more creation properties of the item (properties used only when the element is created). | |
| Boolean | read/write | The selection state of this item. | |
| Array | readonly | When the parent is a multi-column ListBox, this describes the labels for this selectable row in additional columns. | |
| String | read/write | The label text to display for the item, a localizable string. | |
| String | readonly | The element type. |
Object of 6
Properties elsewhere that hold a ListItem.
Parameter of 2
Method parameters that accept a ListItem.
Return 6
Methods that return a ListItem.