Method PushStatusText
PushStatusText(string, int)
Saves the current status text in a per-panel stack, and sets the status text to the string passed as argument.
bool PushStatusText(string text, int index = 0)
Parameters
Returns
- bool
true
if success;false
otherwise.
Remarks
This method doesn't affect Panels, it wortks with the native control.
- See Also