CASESELECTION_TYPE Enumeration
Visual Studio 2015
Specifies the case of selected text.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Member name | Description | |
|---|---|---|
| CASESELECTION_LOWER | The text is lower-case. | |
| CASESELECTION_TITLE | The text is title case. | |
| CASESELECTION_UPPER | The text is upper-case. |
Show: