Click or drag to resize
MessageBoxShow Method
Displays a message box that has a message and that returns a result.

Namespace: System.Windows
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public static void Show(
	string msg
)

Parameters

msg
Type: SystemString
A System.String that specifies the text to display.
See Also