Click or drag to resize

CurrentMessageService Property

Gets the message service. The message service usually requires action from the user (showing a message box, the user has to click OK to close the message box). If a message should be showed without requiring user interaction, it is better to use InfoTextMessageService.

Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IMessageService MessageService { get; }

Property Value

IMessageService
See Also