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 应用]
标头 uiautomationcore.h (包括 UIAutomation.h)

另请参阅

文本属性标识符