Table of Contents

Interface IExpandBarItem

Namespace
HP.LFT.SDK.Java
Assembly
HP.LFT.SDK.dll

A single Java ExpandBar item in a Java ExpandBar control

public interface IExpandBarItem

Properties

Label

Returns the specified ExpandBar item label.

string Label { get; }

Property Value

string

Methods

Collapse()

Collapses the item in the ExpandBar.

void Collapse()

Expand()

Expands the item in the ExpandBar.

void Expand()