Click or drag to resize

StatusBarServiceSetMessage 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.3572.0 (4.8.3572.0)
Syntax
C#
public void SetMessage(
	string message,
	bool highlighted,
	Object? icon
)

Parameters

message  String
The message text.
highlighted  Boolean
Whether to highlight the text.
icon  Object
Icon to show next to the text. If this parameter is a string, it is interpreted as a resource string.

Implements

IStatusBarServiceSetMessage(String, Boolean, Object)
See Also