OrientationType 列挙 (uiautomationcore.h)

コントロールの向きを指定する値を格納します。

構文

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 を含む)

こちらもご覧ください

テキスト属性識別子