Enumerazione BulletStyle (uiautomationcore.h)
Contiene valori per l'attributo di testo BulletStyle.
Sintassi
typedef enum BulletStyle {
BulletStyle_None = 0,
BulletStyle_HollowRoundBullet = 1,
BulletStyle_FilledRoundBullet = 2,
BulletStyle_HollowSquareBullet = 3,
BulletStyle_FilledSquareBullet = 4,
BulletStyle_DashBullet = 5,
BulletStyle_Other = -1
} ;
Costanti
BulletStyle_None Valore: 0 Nessuno. |
BulletStyle_HollowRoundBullet Valore: 1 Proiettile arrotondato cavo. |
BulletStyle_FilledRoundBullet Valore: 2 Punto punto arrotondamento pieno. |
BulletStyle_HollowSquareBullet Valore: 3 Proiettile quadrato vuoto. |
BulletStyle_FilledSquareBullet Valore: 4 Pallotto quadrato pieno. |
BulletStyle_DashBullet Valore: 5 Punto punto trattino. |
BulletStyle_Other Valore: -1 Altro. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | uiautomationcore.h (includere UIAutomation.h) |