Method SetStatusWidths
SetStatusWidths(int[])
Sets the widths of the panels in the native control.
bool SetStatusWidths(int[] widths)
Parameters
widths
int[]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
true
if success;false
otherwise.
Remarks
This method doesn't affect Panels, it wortks with the native control.