TextSelMode 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.
Determines whether stream or box selection mode is being used.
public enum class TextSelMode
public enum class TextSelMode
enum TextSelMode
public enum TextSelMode
type TextSelMode =
Public Enum 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: