ExpandCollapseState 枚举 (uiautomationcore.h)
包含的值指定可以展开和折叠的 UI 元素的状态。
语法
typedef enum ExpandCollapseState {
ExpandCollapseState_Collapsed = 0,
ExpandCollapseState_Expanded = 1,
ExpandCollapseState_PartiallyExpanded = 2,
ExpandCollapseState_LeafNode = 3
} ;
常量
ExpandCollapseState_Collapsed 值: 0 不可见任何子项。 |
ExpandCollapseState_Expanded 值:1 所有子项都可见。 |
ExpandCollapseState_PartiallyExpanded 值: 2 一些(但不是全部)子级是可见的。 |
ExpandCollapseState_LeafNode 值: 3 元素不会展开或折叠。 |
要求
最低受支持的客户端 | Windows XP [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
标头 | uiautomationcore.h (包括 UIAutomation.h) |