Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
BulletStyle enumeration (uiautomationcore.h)
Contains values for the BulletStyle text attribute.
Syntax
typedef enum BulletStyle {
BulletStyle_None = 0,
BulletStyle_HollowRoundBullet = 1,
BulletStyle_FilledRoundBullet = 2,
BulletStyle_HollowSquareBullet = 3,
BulletStyle_FilledSquareBullet = 4,
BulletStyle_DashBullet = 5,
BulletStyle_Other = -1
} ;
Constants
BulletStyle_NoneValue: 0 None. |
BulletStyle_HollowRoundBulletValue: 1 Hollow round bullet. |
BulletStyle_FilledRoundBulletValue: 2 Filled round bullet. |
BulletStyle_HollowSquareBulletValue: 3 Hollow square bullet. |
BulletStyle_FilledSquareBulletValue: 4 Filled square bullet. |
BulletStyle_DashBulletValue: 5 Dash bullet. |
BulletStyle_OtherValue: -1 Other. |
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?
