GSelectionDialog::setMultipleSelection
Description
In BBj 11.0 and higher, this method sets whether more than one document can be selected at a time in the dialog.
Syntax
|
Return Value |
Method |
|
void |
setMultipleSelection(boolean selection) |
Parameters
|
Variable |
Description |
|
selection |
Specify true (1) to allow selection of more than one document in the dialog. Otherwise specify false (0). |
Return Values
None.
Remarks
When multiple item selection is allowed, a mouse left click with no keyboard modifier selects the clicked item and deselects any previously clicked items.
Mouse left click with CMD key pressed (macOS) or CTRL key pressed (Windows) selects the clicked item without deselecting previously clicked items.
Mouse left click with SHIFT key pressed selects the entire range between the previously clicked item through the current clicked item.
Example
|
See Also
GSelectionDialog::getMultipleSelection