Table of Contents

Interface IExpandBarItem

A single Java ExpandBar item in a Java ExpandBar control

Namespace: HP.LFT.SDK.Java
Assembly: HP.LFT.SDK.dll
Syntax
public interface IExpandBarItem

Properties

Label

Returns the specified ExpandBar item label.

Declaration
string Label { get; }
Property Value
Type Description
string

Methods

Collapse()

Collapses the item in the ExpandBar.

Declaration
void Collapse()

Expand()

Expands the item in the ExpandBar.

Declaration
void Expand()