ExpandCollapseState Enumeration
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Contains values that specify the ExpandCollapseState automation property value of a UI automation element.
Assembly: System.Windows (in System.Windows.dll)
| Member 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. | |
| PartiallyExpanded | Some, but not 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. |
Show: