Table of Contents

Enum ExpandCollapseState

Namespace
HP.LFT.SDK.UIAPro
Assembly
HP.LFT.SDK.dll

The possible expand/collapse states of the object.

public enum ExpandCollapseState

Fields

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 = 3

The UI Automation element has no child nodes, controls, or content to display.

PartiallyExpanded = 2

Some, 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.