Table of Contents

Method SetStatusText

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

SetStatusText(string?, int)

Sets the status text for the specified panel in the native control.

public virtual bool SetStatusText(string? text = null, int index = 0)

Parameters

text string

The text to be set. Use an empty string or null to clear the panel.

index int

Panel index, starting from zero.

Returns

bool

true if success; false otherwise.

Remarks

The given text will replace the current text. The display of the status bar is updated immediately.