Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_Collapsed Value: 0 No children are visible. |
ExpandCollapseState_Expanded Value: 1 All children are visible. |
ExpandCollapseState_PartiallyExpanded Value: 2 Some, but not all, children are visible. |
ExpandCollapseState_LeafNode Value: 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) |