MessageBoxService.Show method (1 of 2)¶
public DialogResult Show(string text, string caption, MessageBoxButtons buttons,
MessageBoxIcon icon)
See Also¶
- class MessageBoxService
- namespace Eremex.AvaloniaUI.Controls.ApplicationServices
MessageBoxService.Show method (2 of 2)¶
public DialogResult Show(IWindow? owner, string text, string caption, MessageBoxButtons buttons,
MessageBoxIcon icon)
See Also¶
- class MessageBoxService
- namespace Eremex.AvaloniaUI.Controls.ApplicationServices