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 = 8Add to the selection.
Auto = 1Automatically determine the selection type using the currently pressed modifier keys.
None = 0No selection type specified.
Primary = 2Change the primary selection only.
Remove = 16Remove from the selection.
Replace = 32Replace the selection.
Toggle = 4Toggle the selection.