Overview | Methods | This Package | All Packages
Retrieves the state of the toolbar's appearance.
Syntax
public final int getAppearance()
Return Value
Returns an integer constant that identifies the toolbar's appearance. This value must be one of the enumeration constants defined in the ToolBarAppearance class.
Remarks
The appearance of a toolbar indicates whether the toolbar appears as a flat toolbar or a normal one. In a flat toolbar, all the buttons on the toolbar appear flat and are highlighted when the mouse moves over them. In a normal toolbar, the buttons of the toolbar appear as normal Windows pushbuttons.
See Also setAppearance