Displays a message box that has a message, title bar caption and icon.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public static void Show(
	string message,
	string caption,
	C1MessageBoxIcon icon
)
Visual Basic
Public Shared Sub Show ( _
	message As String, _
	caption As String, _
	icon As C1MessageBoxIcon _
)

Parameters

message
Type: System..::..String
The text to display as a message.
caption
Type: System..::..String
The title bar caption.
icon
Type: C1.Silverlight..::..C1MessageBoxIcon
A C1MessageBoxIcon value that specifies the icon to display.

See Also