Interface IExpandBarItem
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
Methods
Collapse()
Collapses the item in the ExpandBar.
void Collapse()
Expand()
Expands the item in the ExpandBar.
void Expand()