Table of Contents

Enum ExpandCollapseState

The possible expand/collapse states of the object.

Namespace: HP.LFT.SDK.UIAPro
Assembly: HP.LFT.SDK.dll
Syntax
public enum ExpandCollapseState
Remarks

ExpandCollapseState refers to the visibility of immediate child objects only; it does not refer to the visibility of all descendant objects.

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.