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.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void SetRightCornerText(
string text
)
Parameters
- text String
- The text.
See Also