Click or drag to resize

IStatusBarServiceSetRightCornerText 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.3179.0 (4.8.3179.0)
Syntax
C#
void SetRightCornerText(
	string text
)

Parameters

text  String
The text.
See Also