TextSelectionMode Enumeration
Visual Studio 2015
Represents the different selection modes (simple and box).
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Member name | Description | |
|---|---|---|
| Box | A box selection (from a start line and column to an end line and column). | |
| Stream | A simple selection (only one span) |
Show: