BulletStyle 열거형(uiautomationcore.h)
BulletStyle 텍스트 특성에 대한 값을 포함합니다.
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
} ;
상수
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 [데스크톱 앱만 해당] |
머리글 | uiautomationcore.h(UIAutomation.h 포함) |