Click or drag to resize
MessageBoxINTERNAL_CodeToShowTheMessageBox Property
Intended to be called by the Emulator to inject the code to display a MessageBox

Namespace: System.Windows
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public static Action<string> INTERNAL_CodeToShowTheMessageBox { set; }

Property Value

Type: ActionString
See Also