IExpandBarItem Interface
A single Java ExpandBar item in a Java ExpandBar control

C# Syntax

public interface IExpandBarItem 
Public Properties
 NameDescription
PropertyLabelReturns the specified ExpandBar item label.  
Top
Public Methods
 NameDescription
MethodCollapseCollapses the item in the ExpandBar.  
MethodExpandExpands the item in the ExpandBar.  
Top