Displays a message box that has a message and that returns a result.
Namespace: System.WindowsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public static void Show(
string msg
)
Parameters
- msg
- Type: SystemString
A System.String that specifies the text to display.
See Also