Table of Contents

Interface IExpandCollapsePattern

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

Provides access to a control that can visually expand to display content and collapse to hide content.

public interface IExpandCollapsePattern

Properties

ExpandCollapseState

The ExpandCollapseState of the element.

ExpandCollapseState ExpandCollapseState { get; }

Property Value

ExpandCollapseState

Methods

Collapse()

Hides all child nodes, controls, or content of the element.

void Collapse()

Expand()

Displays all child nodes, controls, or content of the element.

void Expand()