| IMessageBox Interface |
Namespace: VirtualRadar.Interface
| Name | Description | |
|---|---|---|
| Show(String) |
Shows a message to the user.
| |
| Show(String, String) |
Shows a message with a title to the user.
| |
| Show(String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton) |
Shows a message with a title and a set of choices to the user. Returns the choice selected by the user.
|