Method SetStatusText
SetStatusText(string?, int)
Sets the status text for the specified panel in the native control.
public virtual bool SetStatusText(string? text = null, int index = 0)
Parameters
text
stringThe text to be set. Use an empty string or
null
to clear the panel.index
intPanel index, starting from zero.
Returns
- bool
true
if success;false
otherwise.
Remarks
The given text will replace the current text. The display of the status bar is updated immediately.