Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ExpandCollapseState enumeration (uiautomationcore.h)
Contains values that specify the state of a UI element that can be expanded and collapsed.
Syntax
typedef enum ExpandCollapseState {
ExpandCollapseState_Collapsed = 0,
ExpandCollapseState_Expanded = 1,
ExpandCollapseState_PartiallyExpanded = 2,
ExpandCollapseState_LeafNode = 3
} ;
Constants
ExpandCollapseState_CollapsedValue: 0 No children are visible. |
ExpandCollapseState_ExpandedValue: 1 All children are visible. |
ExpandCollapseState_PartiallyExpandedValue: 2 Some, but not all, children are visible. |
ExpandCollapseState_LeafNodeValue: 3 The element does not expand or collapse. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | uiautomationcore.h (include UIAutomation.h) |
See also
Feedback
Was this page helpful?
