Sets a value indicating whether a panel on a status bar is owner-drawn (to support displaying images or a different font from the rest of the status bar) or system-drawn (the standard setting for displaying text).
public void setStyle( int style )
style
An integer that indicates whether the panel is owner-drawn. Possible values are constants defined in the StatusBarPanelStyle class. The default value is StatusBarPanelStyle.TEXT.
WFCInvalidEnumException thrown if the specified value is not a valid StatusBarPanelStyle constant.
See Also getStyle