Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the different selection modes (simple and box).
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Enumeration TextSelectionMode
public enum TextSelectionMode
public enum class TextSelectionMode
type TextSelectionMode
public enum TextSelectionMode
Members
Member name | Description | |
---|---|---|
Stream | A simple selection (only one span) | |
Box | A box selection (from a start line and column to an end line and column). |