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