BulletStyle 列挙 (uiautomationcore.h)

BulletStyle テキスト属性の値を格納します。

構文

typedef enum BulletStyle {
  BulletStyle_None = 0,
  BulletStyle_HollowRoundBullet = 1,
  BulletStyle_FilledRoundBullet = 2,
  BulletStyle_HollowSquareBullet = 3,
  BulletStyle_FilledSquareBullet = 4,
  BulletStyle_DashBullet = 5,
  BulletStyle_Other = -1
} ;

定数

 
BulletStyle_None
値: 0
[なし] :
BulletStyle_HollowRoundBullet
値: 1
中空の丸い箇条書き。
BulletStyle_FilledRoundBullet
値: 2
塗りつぶされた丸い箇条書き。
BulletStyle_HollowSquareBullet
値: 3
白抜きの四角形の箇条書き。
BulletStyle_FilledSquareBullet
値: 4
塗りつぶされた四角形の箇条書き。
BulletStyle_DashBullet
値: 5
ダッシュの行頭文字。
BulletStyle_Other
値: -1
その他。

要件

要件
サポートされている最小のクライアント Windows XP (デスクトップ アプリのみ)
サポートされている最小のサーバー Windows Server 2003 (デスクトップ アプリのみ)
Header uiautomationcore.h (UIAutomation.h を含む)

こちらもご覧ください

テキスト属性識別子