IStatusBarServiceSetMessage Method | 
            Sets the message shown in the left-most pane in the status bar.
            
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxvoid 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