Table of Contents

Method PopStatusText

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

PopStatusText(int)

Restores the text to the value it had before the last call to PushStatusText(string?, int).

public virtual bool PopStatusText(int index = 0)

Parameters

index int

Panel 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