# MessageBoxService.Show method (1 of 2)

```csharp
public DialogResult Show(string text, string caption, MessageBoxButtons buttons, 
    MessageBoxIcon icon)
```

## See Also

* class [MessageBoxService](../MessageBoxService.md)
* namespace [Eremex.AvaloniaUI.Controls.ApplicationServices](../index.md)

---

# MessageBoxService.Show method (2 of 2)

```csharp
public DialogResult Show(IWindow? owner, string text, string caption, MessageBoxButtons buttons, 
    MessageBoxIcon icon)
```

## See Also

* class [MessageBoxService](../MessageBoxService.md)
* namespace [Eremex.AvaloniaUI.Controls.ApplicationServices](../index.md)

<!-- DO NOT EDIT: generated by xmldocmd for Eremex.Avalonia.Controls.ApplicationServices.dll -->
