Click or drag to resize

IStatusBarServiceSetMessage Method

Sets the message shown in the left-most pane in the status bar.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void SetMessage(
	string message,
	bool highlighted = false,
	Object? icon = null
)

Parameters

message  String
The message text.
highlighted  Boolean  (Optional)
Whether to highlight the text
icon  Object  (Optional)
Icon to show next to the text. If this parameter is a string, it will be interpreted as a resource string.
See Also