ExpandCollapseState Enum
Definition
Contains values that specify the Avalonia.Automation.ExpandCollapseState of a UI Automation element.
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. |
Collapsed Field
No child nodes, controls, or content of the UI Automation element are displayed.
public Avalonia.Automation.ExpandCollapseState Collapsed
Expanded Field
All child nodes, controls or content of the UI Automation element are displayed.
public Avalonia.Automation.ExpandCollapseState Expanded
LeafNode Field
The UI Automation element has no child nodes, controls, or content to display.
public Avalonia.Automation.ExpandCollapseState LeafNode
PartiallyExpanded Field
Some, but not all, child nodes, controls, or content of the UI Automation element are displayed.
public Avalonia.Automation.ExpandCollapseState PartiallyExpanded