TextSelMode Enum

Definition

Determines whether stream or box selection mode is being used.

C++/CX
public enum class TextSelMode
Inheritance
TextSelMode

Fields

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.

Remarks

COM Signature

From textmgr.idl:

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022