Enum SelectionType
Represents type of selection
Namespace: TSD.API.Remoting.Common
Assembly: TSD.API.Remoting.dll
Syntax
public enum SelectionType
Fields
| Name | Value | Description |
|---|---|---|
| GlobalBeyond | GlobalBeyond = 5 | Global selection indicating beyond status |
| GlobalError | GlobalError = 2 | Global selection indicating error status |
| GlobalInformation | GlobalInformation = 4 | Global selection indicating information status |
| GlobalUser | GlobalUser = 6 | Global selection by user |
| GlobalWarning | GlobalWarning = 3 | Global selection indicating warning status |
| Highlight | Highlight = 1 | Highlight |
| Local | Local = 7 | Selection for specific view |
| LocalActive | LocalActive = 8 | Unused |
| Unknown | Unknown = 0 | Unknown selection type |