Checked Property

Returns the item's checked state. Runtime-only. Smartclient-only.

object.Checked = [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

The CheckBoxes property must be set to True for this property to take effect.

Settings

Setting

Description

True

The specified node or item is checked.

False

The specified node or item is unchecked.

See Also

Checkboxes property

Applies To

ListView Item object

TreeView Node object


© 2004-2021 looksoftware. All rights reserved.