Enum ExpandCollapseState
The possible expand/collapse states of the object.
public enum ExpandCollapseState
Fields
Collapsed = 0No child nodes, controls, or content of the UI Automation element are displayed.
Expanded = 1All child nodes, controls or content of the UI Automation element are displayed.
LeafNode = 3The UI Automation element has no child nodes, controls, or content to display.
PartiallyExpanded = 2Some, but not all, child nodes, controls, or content of the UI Automation element are displayed.
Remarks
ExpandCollapseState refers to the visibility of immediate child objects only; it does not refer to the visibility of all descendant objects.