Table of Contents

Enum ExtendedSelectionScope

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

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.