Displays a message box with specified text.
[Visual Basic] Overloads Public Shared Function Show( _ ByVal owner As IWin32Window, _ ByVal text As String _ ) As DialogResult [C#] public static DialogResult Show( IWin32Window owner, string text ); [C++] public: static DialogResult Show( IWin32Window* owner, String* text ); [JScript] public static function Show( owner : IWin32Window, text : String ) : DialogResult;
The MessageBox.OK value of the DialogResult class.
By default, the message box displays an OK button. The message box does not have a caption in the title bar.
MessageBox Class | MessageBox Members | System.WinForms Namespace | MessageBox.Show Overload List