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