IStatusBarViewSetMessage Method |
Displays a status message.
Namespace: Altaxo.Gui.WorkbenchAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid 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