Skip to main content

ExpandCollapseState Enumeration

Contains values that specify the ExpandCollapseState of a UI Automation element.

Definition

Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public enum ExpandCollapseState
View Source

Members

Collapsed0No child nodes, controls, or content of the UI Automation element are displayed.
Expanded1All child nodes, controls or content of the UI Automation element are displayed.
LeafNode2The UI Automation element has no child nodes, controls, or content to display.
PartiallyExpanded3Some, but not all, child nodes, controls, or content of the UI Automation element are displayed.

See Also

Reference

Avalonia.Automation Namespace