Table of Contents

Method PushStatusText

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

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

text string

New panel status text.

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