Click or drag to resize
MessageBox Class
Displays a message box.
Inheritance Hierarchy
SystemObject
  System.WindowsMessageBox

Namespace: System.Windows
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public static class MessageBox

The MessageBox type exposes the following members.

Methods
  NameDescription
Public methodStatic memberShow
Displays a message box that has a message and that returns a result.
Top
Properties
  NameDescription
Public propertyStatic memberINTERNAL_CodeToShowTheMessageBox
Intended to be called by the Emulator to inject the code to display a MessageBox
Top
See Also