Silverlight Popup MessageBox Reference
The Popup MessageBox exposes several properties for controlling various aspects of the Popup MessageBox and its behaviour.
Properties for Liquid.MessageBox
Below are the available properties complete with descriptions.
| Property Name | Type | Description |
| Text |
String |
Gets or sets the dialog text. |
Methods for Liquid.MessageBox
Below are the available methods, complete with parameters and descriptions.
| Method Name | Description | Parameters |
| Show(String) |
This method displays the simple text dialog
Text to display. |
|
| Show(String, String) |
This method displays the simple text dialog
Text to displayText to display in the dialog title bar. |
|
| ShowAsModal(String) |
This method shows the dialog in modal format
Text to display. |
|
| ShowAsModal(String, String) |
This method shows the dialog in modal format
Text to displayText to display in the dialog title bar. |
|
| OnApplyTemplate() |
This is called when the template has been bound to the control. |
|