MessageBox::Show Method (String^, String^)

 

Displays a message box with specified text and caption.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
static DialogResult Show(
	String^ text,
	String^ caption
)

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.

Return Value

Type: System.Windows.Forms::DialogResult

One of the DialogResult values.

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
Return to top
Show: