다음을 통해 공유


TextSelMode Enum

Definition

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:

Applies to