Retrieves a value indicating whether the tabs in this control have the appearance of standard tabs, three-dimensional buttons, or flat buttons.
public final int getAppearance()
Returns an integer that indicates what the tabs in this control look like. Possible return values are constants defined in the TabAppearance class.
If the alignment property for this control is set to anything other than TabAlignment.TOP, tabs cannot have the appearance of flat buttons (tabs will look like three-dimensional buttons if the appearance property is set to TabAppearance.BUTTONS or TabAppearance.FLAT_BUTTONS).
See Also setAppearance