Visual Basic: Windows Controls

SingleSel Property

See Also    Example    Applies To

Returns or sets a value that specifies if an item is expanded when selected.

Syntax

object.SingleSel [= boolean]

The SingleSel property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
boolean A Boolean expression specifying if an item is expanded upon selection, as described in Settings.

Settings

The settings for boolean are:

Constant Description
False (Default) The item doesn't expand when selected.
True The item expands when selected.