CASESELECTION_TYPE 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.
Specifies the case of selected text.
public enum class CASESELECTION_TYPE
public enum class CASESELECTION_TYPE
enum CASESELECTION_TYPE
public enum CASESELECTION_TYPE
type CASESELECTION_TYPE =
Public Enum CASESELECTION_TYPE
- Inheritance
-
CASESELECTION_TYPE
Fields
Name | Value | Description |
---|---|---|
CASESELECTION_UPPER | 1 | The text is upper-case. |
CASESELECTION_LOWER | 2 | The text is lower-case. |
CASESELECTION_TITLE | 3 | The text is title case. |