ExpandCollapseState Enumeration

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

Definition

Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public enum ExpandCollapseState

Members

Collapsed0 No child nodes, controls, or content of the UI Automation element are displayed.
Expanded1 All child nodes, controls or content of the UI Automation element are displayed.
LeafNode2 The UI Automation element has no child nodes, controls, or content to display.
PartiallyExpanded3 Some, but not all, child nodes, controls, or content of the UI Automation element are displayed.

See Also