Method SetStatusWidths
SetStatusWidths(int[])
Sets the widths of the panels in the native control.
bool SetStatusWidths(int[] widths)Parameters
- widthsint[]
- Contains an array of integers, each of which is either an absolute status panel width in pixels if positive or indicates a variable width panel if negative. 
Returns
- bool
- trueif success;- falseotherwise.
Remarks
This method doesn't affect Panels, it wortks with the native control.