Enum ExpandCollapseState
Contains values that specify the ExpandCollapseState automation property value of a UI automation element.
Namespace: System.Windows.Automation
Assembly: OpenSilver.dll
Syntax
public enum ExpandCollapseState
Fields
| Name | Description |
|---|---|
| Collapsed | No child nodes, controls, or content of the UI automation element are displayed. |
| Expanded | All child nodes, controls or content of the UI automation element are displayed. |
| LeafNode | The UI automation element has no child nodes, controls, or content to display. |
| PartiallyExpanded | Some, but not all, child nodes, controls, or content of the UI automation element are displayed. |