Method SetStatusStyles
SetStatusStyles(StatusBarPanelStyle[])
Sets the styles of the panels in the status line which can make panels appear flat or raised instead of the standard sunken 3D border.
public virtual bool SetStatusStyles(StatusBarPanelStyle[] styles)Parameters
- stylesStatusBarPanelStyle[]
- Contains an array of StatusBarPanelStyle with the styles for each panel. 
Returns
- bool
- trueif success;- falseotherwise.
Remarks
This method doesn't affect Panels, it wortks with the native control.