Click or drag to resize

IStatusBarViewSetMessage Method

Displays a status message.

Namespace: Altaxo.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void SetMessage(
	string message,
	bool highlighted,
	Object? icon
)

Parameters

message  String
The message text.
highlighted  Boolean
Whether the message should be highlighted.
icon  Object
An optional icon.
See Also