Enum ExtendedSelectionScope
Specifies text selection scope in case of null-selection blocks
public enum ExtendedSelectionScope
Fields
Left = 1
In case of null-selection block includes character to the left.
None = 0
Only text being selected
Right = 2
In case of null-selection block includes character to the right.