CheckBoxes Property (AListBox) |
Version 5 |
Returns or sets a value that determines whether items are displayed with check boxes.
[ 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. |
bCheckBoxes can be one of the following:
|
Value |
Description |
|
True |
Displays AListBox with check boxes. |
|
False * |
Displays AListBox without check boxes. |
The following statement returns whether the AListBox shows check boxes:
bCheckBoxes = lb1.CheckBoxes