Method PopStatusText
PopStatusText(int)
Restores the text to the value it had before the last call to PushStatusText(string?, int).
bool PopStatusText(int index = 0)Parameters
- indexint
- Panel index, starting from zero. 
Returns
- bool
- trueif success;- falseotherwise.
Remarks
This method doesn't affect Panels, it wortks with the native control.
- See Also