CheckBoxes Property (AListBox)

Version 5

Returns or sets a value that determines whether items are displayed with check boxes.

Syntax

[ bCheckBoxes = ] Object.CheckBoxes

The CheckBoxes property syntax has the following parts:

 

Name

Type

Description

Object

AListBox

AListBox control

bCheckBoxes

Bool

A boolean expression that specifies whether the object will display with check boxes.

Where

bCheckBoxes can be one of the following:

 

Value

Description

True

Displays AListBox with check boxes.

False *

Displays AListBox without check boxes.

Comments

 

Example

The following statement returns whether the AListBox shows check boxes:

bCheckBoxes = lb1.CheckBoxes

Applies to

AListBox

See Also

ItemCheck