xtd 0.2.0
Loading...
Searching...
No Matches

◆ selection_mode

enum class xtd::forms::selection_mode
strong

Specifies the selection behavior of a list box.

Header
#include <xtd/forms/selection_mode>
Namespace
xtd::forms
Library
xtd.forms
Remarks
This enumeration is used by classes such as list_box and checked_list_box.
Enumerator
none 

No items can be selected.

one 

Only one item can be selected.

multi_simple 

Multiple items can be selected.

multi_extended 

Multiple items can be selected, and the user can use the SHIFT, CTRL, and arrow keys to make selections.