Selected Property

Returns or sets whether the item is selected.

object.Selected = [boolean]

Where object is an object expression that evaluates to one of the controls in the Applies To list, and boolean is a boolean expression that evaluates to either True or False, as described in Settings.

Client support

Newlook Smartclient only.

Use

Use this property to select a specific ListItem or Node at Run-Time. Once you have selected an object in this manner, you can set properties and invoke methods.

Alternatively, you can use this property to establish the currently selected node or list item, by looping through the collection.

Settings

Setting

Description

True

The object is currently selected.

False

The object is not currently selected.

See Also

Checked property

Applies To

ListItem object

TreeView Node object


© 2004-2021 looksoftware. All rights reserved.