TextSelectionMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the text selection mode.
public enum class TextSelectionMode
public enum class TextSelectionMode
enum TextSelectionMode
public enum TextSelectionMode
type TextSelectionMode =
Public Enum TextSelectionMode
- Inheritance
-
TextSelectionMode
Fields
Name | Value | Description |
---|---|---|
Stream | 0 | A simple selection (only one span) |
Box | 1 | A box selection (from a start line and column to an end line and column). |