Interface IExpandCollapsePattern
Provides access to a control that can visually expand to display content and collapse to hide content.
Namespace: HP.LFT.SDK.UIAPro
Assembly: HP.LFT.SDK.dll
Syntax
public interface IExpandCollapsePattern
Properties
ExpandCollapseState
The ExpandCollapseState of the element.
Declaration
ExpandCollapseState ExpandCollapseState { get; }
Property Value
| Type | Description |
|---|---|
| ExpandCollapseState |
Methods
Collapse()
Hides all child nodes, controls, or content of the element.
Declaration
void Collapse()
Expand()
Displays all child nodes, controls, or content of the element.
Declaration
void Expand()