| IMessageBoxService Interface |
Namespace: Cimbalino.Toolkit.Services
public interface IMessageBoxService
| Name | Description | |
|---|---|---|
| ShowAsync(String) |
Displays a message box that contains the specified text and an OK button.
| |
| ShowAsync(String, String) |
Displays a message box that contains the specified text, title bar caption, and an OK button.
| |
| ShowAsync(String, String, IEnumerableString) |
Displays a message box that contains the specified text, title bar caption, and response buttons.
|