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.
public virtual bool PushStatusText(string? text = null, 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