SelectionMode

June 22, 2022 ยท View on GitHub

-description

Defines constants that specify the selection behavior for a ListBox.

-enum-fields

-field Single:0

The user can select only one item at a time.

-field Multiple:1

The user can select multiple items without entering a special mode.

-field Extended:2

The user can select multiple items by entering a special mode, for example when depressing a modifier key.

-remarks

-examples

-see-also

Contents

  1. 1-description
  2. 2-enum-fields
  3. 2.1-field Single:0
  4. 2.2-field Multiple:1
  5. 2.3-field Extended:2
  6. 3-remarks
  7. 4-examples
  8. 5-see-also