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: AltaxoAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static IMessageService MessageService { get; }
Property Value
IMessageServiceSee Also