ExpandCollapseState
ExpandCollapseState
ExpandCollapseState
ExpandCollapseState
Enum
Definition
Contains values that specify the ExpandCollapseState automation property value of a UI Automation element.
public : enum class ExpandCollapseStatepublic enum ExpandCollapseStatePublic Enum ExpandCollapseState// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Collapsed Collapsed Collapsed Collapsed | No child nodes, controls, or content of the UI Automation element are displayed. |
| Expanded Expanded Expanded Expanded | All child nodes, controls, and content of the UI Automation element are displayed. |
| LeafNode LeafNode LeafNode LeafNode | The UI Automation element has no child nodes, controls, or content to display. |
| PartiallyExpanded PartiallyExpanded PartiallyExpanded PartiallyExpanded | Some, but not all, child nodes, controls, or content of the UI Automation element are displayed. |