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
index
intPanel index, starting from zero.
Returns
- bool
true
if success;false
otherwise.
Remarks
This method doesn't affect Panels, it wortks with the native control.
- See Also