ListBox.SelectionType
Warning
This item was deprecated in version 2019r2. Please use DesktopListBox.RowSelectionType as a replacement.
Description
Indicates the type of selection allowed via mouse gestures.
Notes
Use the following class constants to set the selection type:
Value |
Class Constant |
Description |
---|---|---|
0 |
SelectionSingle |
Single row selection |
1 |
SelectionMultiple |
Multiple row selection |
The default is single-row selection. If multiple row selection is on, a ListBox will handle Edit > Select All menu item commands by default as long as the Select All menu item is named EditSelectAll.
Compatibility
All projects types on all supported operating systems.