Enum SelectionType
Defines type of the selection. AllowedSelectionMode
[Serializable]
public enum SelectionType
Fields
Block = 2
Specifies that selected text represents square block.
None = 0
Specifies that no text is selected.
Stream = 1
Specifies that selected text consists of consecutive characters.