enableMultiSelection allows selecting several items at a time with a ListBox.
Form XML code:
Theme property filter XML code:
<DoStyleAction>
<SetProperty>
<PropertyPath>
<PropertyName>EnableMultiSelection</PropertyName>
</PropertyPath>
</SetProperty>
</DoStyleAction>
Possible values:
true, false
Default value:
false
Associated containers, widgets and theme elements:
Associated ui methods:
SetEnableMultiSelection ↓
GetEnableMultiSelection ↓
Influence and behavior:
If enableMultiSelection is set to true, you will be able to select several ListBox items if holding the SHIFT or CTRL keys pressed:
|
runtime behavior |
|
At runtime, you can use ui methods to find out and change the property value (so as to make the input text visible or masked):