MessageBox::Show Method (String^, String^)
.NET Framework (current version)
Displays a message box with specified text and caption.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- text
-
Type:
System::String^
The text to display in the message box.
- caption
-
Type:
System::String^
The text to display in the title bar of the message box.
By default, the message box displays an OK button.
UIPermission
for safe subwindows to call this method. Associated enumeration: UIPermissionWindow::SafeSubWindows
.NET Framework
Available since 1.1
Available since 1.1
Show: