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.
bool SetStatusStyles(StatusBarPanelStyle[] styles)
Parameters
styles
StatusBarPanelStyle[]Contains an array of StatusBarPanelStyle with the styles for each panel.
Returns
- bool
true
if success;false
otherwise.
Remarks
This method doesn't affect Panels, it wortks with the native control.