Visual Basic: Windows Controls

Checkboxes Property

See Also    Example    Applies To

Returns or sets a value that determines if checkboxes appear.

Syntax

object.Checkboxes [= boolean]

The Checkboxes 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 the checkboxes appear, as described in Settings.

Settings

The settings for boolean are:

Constant Description
False (Default) Checkboxes do not appear.
True Checkboxes appear.