Click or drag to resize

StatusBarServiceSetRightCornerText Method

Sets text that is displayed in the right corner of the status bar. This is intended for volative text, like clock time. Do not use it for static text messages.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual void SetRightCornerText(
	string text
)

Parameters

text  String
The text.

Implements

IStatusBarServiceSetRightCornerText(String)
See Also