Enum SelectionTypes
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Defines the type how a selection can be changed.
[Flags]
public enum SelectionTypes
Fields
Add = 8
Add to the selection.
Auto = 1
Automatically determine the selection type using the currently pressed modifier keys.
None = 0
No selection type specified.
Primary = 2
Change the primary selection only.
Remove = 16
Remove from the selection.
Replace = 32
Replace the selection.
Toggle = 4
Toggle the selection.