IsSelected Property

Returns whether the specified object is selected.

Syntax

object.IsSelected

Properties

The IsSelected property syntax has this part:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Return Values

The IsSelected property return values are:

Value

Description

True

The object is selected.

False

The object is not selected.

Remarks

IsSelected is a read-only property of type Boolean.

 

Applies To