ListItem.Selected

Syntax

Selected: Boolean

Description

The Selected property sets the identifier that indicates whether the element is selected.

Comments

If the property is set to True, the list string is selected. By default this property is set to False.

Example

The example of property use is given in description of the ListItem constructor.

See also:

ListItem