TextSelMode Enum
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.
Determines whether stream or box selection mode is being used.
public enum class TextSelMode
C++/CX
public enum class TextSelMode
enum TextSelMode
public enum TextSelMode
type TextSelMode =
Public Enum TextSelMode
- Inheritance
-
TextSelMode
Name | Value | Description |
---|---|---|
SM_STREAM | 0 | Specifies a stream selection. To create a stream selection in the core text editor, simply select text with your mouse. |
SM_BOX | 1 | Specifies a box selection. To create a box selection in the core text editor, press the ALT key while you select text with your mouse. |
From textmgr.idl:
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |