コントロールの向きを指定する値を格納します。
構文
typedef enum OrientationType {
OrientationType_None = 0,
OrientationType_Horizontal = 1,
OrientationType_Vertical = 2
} ;
定数
OrientationType_None値: 0 コントロールの向きはありません。 |
OrientationType_Horizontal値: 1 コントロールの向きは水平方向です。 |
OrientationType_Vertical値: 2 コントロールの向きは垂直方向です。 |
要件
| 要件 | 値 |
|---|---|
| サポートされている最小のクライアント | Windows XP [デスクトップ アプリ | UWP アプリ] |
| サポートされている最小のサーバー | Windows Server 2003 [デスクトップ アプリのみ | UWP アプリ] |
| Header | uiautomationcore.h (UIAutomation.h を含む) |