Enum SelectionState
Defines state of the selected text.
public enum SelectionState
Fields
Drag = 1
Specifies that selected text is dragged.
None = 0
Specifies that no flags are in effect.
Select = 2
Specifies that some text part is selected.
SelectLine = 4
Specifies that Edit control tries to select lines instead of single characters.
SelectWord = 3
Specifies that Edit control tries to select words instead of single characters.