TextSelMode Enumeration
Determines whether stream or box selection mode is being used.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public Enumeration TextSelMode
public enum TextSelMode
public enum class TextSelMode
type TextSelMode
public enum TextSelMode
Members
Member name | Description | |
---|---|---|
SM_BOX | 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. | |
SM_STREAM | Specifies a stream selection. To create a stream selection in the core text editor, simply select text with your mouse. |
Remarks
COM Signature
From textmgr.idl: