Method SetStatusText
SetStatusText(string, int)
Sets the status text for the specified panel in the native control.
public bool SetStatusText(string text, int index = 0)
Parameters
textstringThe text to be set. Use an empty string or
nullto clear the panel.indexintPanel index, starting from zero.
Returns
- bool
trueif success;falseotherwise.
Remarks
The given text will replace the current text. The display of the status bar is updated immediately.