Click or drag to resize
TextSelectionFlags Enumeration
Flags indicating the attributes of a selection.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
[FlagsAttribute]
public enum TextSelectionFlags
Members
  Member nameValueDescription
None0None.
SelStartActive1Start end is active.
SelAtEOL2 For degenerate selections, the ambiguous character position corresponding to both the beginning of a line and the end of the preceding line should have the caret displayed at the end of the preceding line.
SelOvertype4Insert/Overtype mode is set to overtype.
SelActive8Selection is active.
SelReplace16Typing and pasting replaces selection.
See Also