CapStyle 列舉 (uiautomationcore.h)

包含值,指定 CapStyle 文字屬性的值。

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
} ;

常數

 
CapStyle_None
值: 0
無。
CapStyle_SmallCap
值: 1
小寫字母。
CapStyle_AllCap
值: 2
所有大寫。
CapStyle_AllPetiteCaps
值: 3
所有小寫字大寫。
CapStyle_PetiteCaps
值: 4
Petite 大寫字母。
CapStyle_Unicase
值: 5
單一案例。
CapStyle_Titling
值: 6
標題大小寫。
CapStyle_Other
值: -1

規格需求

需求
最低支援的用戶端 Windows XP [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2003 [僅限桌面應用程式]
標頭 uiautomationcore.h (包含 UIAutomation.h)

另請參閱

文字屬性識別碼