Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CapStyle enumeration (uiautomationcore.h)
Contains values that specify the value of the CapStyle text attribute.
Syntax
typedef enum CapStyle {
CapStyle_None = 0,
CapStyle_SmallCap = 1,
CapStyle_AllCap = 2,
CapStyle_AllPetiteCaps = 3,
CapStyle_PetiteCaps = 4,
CapStyle_Unicase = 5,
CapStyle_Titling = 6,
CapStyle_Other = -1
} ;
Constants
CapStyle_NoneValue: 0 None. |
CapStyle_SmallCapValue: 1 Small capitals. |
CapStyle_AllCapValue: 2 All capitals. |
CapStyle_AllPetiteCapsValue: 3 All petite capitals. |
CapStyle_PetiteCapsValue: 4 Petite capitals. |
CapStyle_UnicaseValue: 5 Single case. |
CapStyle_TitlingValue: 6 Title case. |
CapStyle_OtherValue: -1 |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | uiautomationcore.h (include UIAutomation.h) |
See also
Feedback
Was this page helpful?
