SelectionTypes Enum
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Defines the type how a selection can be changed.
Syntax
[Flags]
public enum SelectionTypes
Fields
Name | Description |
---|---|
Add | Add to the selection. |
Auto | Automatically determine the selection type using the currently pressed modifier keys. |
None | No selection type specified. |
Primary | Change the primary selection only. |
Remove | Remove from the selection. |
Replace | Replace the selection. |
Toggle | Toggle the selection. |