MultiSelect Property

Object List Next Object

Defined By:
Indented List

Description:

Determines whether the list box is a single-selection or multi-selection list.

Settings:

This is an enumerated property with three values:


Setting Description


0 - None Single-selection list

1 - Standard Left mouse button selects/deselects individual items.

2 - Extended Multi-selection list

Details:

With a setting of "0 - None" the list is a single-selection list. The "1 - Standard" setting makes the left mouse button select or deselect individual items. The "2 - Extended" setting has the following behaviors:

images/Phx90000.gif Left-mouse starts a new selection

images/Phx90000.gif Dragging with left-mouse down extends the selection

images/Phx90000.gif Shift-left-mouse extends the selection

images/Phx90000.gif Control-left-mouse selects/deselects a single item

In a standard or extended multiple-selection list, the space bar acts the same as the left mouse button.

Data Type:
Integer

See Also:

SelCount property, Selected method, SetSelected method