IToolBarButton Interface
A single tool bar button in a Java toolbar.

C# Syntax

public interface IToolBarButton 
Public Properties
 NameDescription
PropertyIndexThe 1-based index number of the toolbar button. The index does not include hidden and separator buttons.  
PropertyIsEnabledIndicates whether the toolbar button accepts user input.  
PropertyIsSelectedIndicates whether the toolbar button is either pressed or checked.  
PropertyNameThe name of the toolbar button.  
Top
Public Methods
 NameDescription
MethodPressPresses this toolbar button.  
MethodShowDropdownOpens the dropdown menu associated with this toolbar button by clicking the arrow part of the button.  
Top