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