ExpandCollapseState Enumeration
Contains values that specify the ExpandCollapseState of a UI Automation element.
Definition
Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public enum ExpandCollapseState
Public Enumeration ExpandCollapseState
type ExpandCollapseState
Members
Collapsed | 0 | No child nodes, controls, or content of the UI Automation element are displayed. |
Expanded | 1 | All child nodes, controls or content of the UI Automation element are displayed. |
LeafNode | 2 | The UI Automation element has no child nodes, controls, or content to display. |
PartiallyExpanded | 3 | Some, but not all, child nodes, controls, or content of the UI Automation element are displayed. |