MessageBox Methods

 

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticShow(IWin32Window^, String^)

Displays a message box in front of the specified object and with the specified text.

System_CAPS_pubmethodSystem_CAPS_staticShow(IWin32Window^, String^, String^)

Displays a message box in front of the specified object and with the specified text and caption.

System_CAPS_pubmethodSystem_CAPS_staticShow(IWin32Window^, String^, String^, MessageBoxButtons)

Displays a message box in front of the specified object and with the specified text, caption, and buttons.

System_CAPS_pubmethodSystem_CAPS_staticShow(IWin32Window^, String^, String^, MessageBoxButtons, MessageBoxIcon)

Displays a message box in front of the specified object and with the specified text, caption, buttons, and icon.

System_CAPS_pubmethodSystem_CAPS_staticShow(IWin32Window^, String^, String^, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton)

Displays a message box in front of the specified object and with the specified text, caption, buttons, icon, and default button.

System_CAPS_pubmethodSystem_CAPS_staticShow(IWin32Window^, String^, String^, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, MessageBoxOptions)

Displays a message box in front of the specified object and with the specified text, caption, buttons, icon, default button, and options.

System_CAPS_pubmethodSystem_CAPS_staticShow(IWin32Window^, String^, String^, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, MessageBoxOptions, String^)

Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button, using the specified Help file.

System_CAPS_pubmethodSystem_CAPS_staticShow(IWin32Window^, String^, String^, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, MessageBoxOptions, String^, HelpNavigator)

Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button, using the specified Help file and HelpNavigator.

System_CAPS_pubmethodSystem_CAPS_staticShow(IWin32Window^, String^, String^, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, MessageBoxOptions, String^, HelpNavigator, Object^)

Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button, using the specified Help file, HelpNavigator, and Help topic.

System_CAPS_pubmethodSystem_CAPS_staticShow(IWin32Window^, String^, String^, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, MessageBoxOptions, String^, String^)

Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button, using the specified Help file and Help keyword.

System_CAPS_pubmethodSystem_CAPS_staticShow(String^)

Displays a message box with specified text.

System_CAPS_pubmethodSystem_CAPS_staticShow(String^, String^)

Displays a message box with specified text and caption.

System_CAPS_pubmethodSystem_CAPS_staticShow(String^, String^, MessageBoxButtons)

Displays a message box with specified text, caption, and buttons.

System_CAPS_pubmethodSystem_CAPS_staticShow(String^, String^, MessageBoxButtons, MessageBoxIcon)

Displays a message box with specified text, caption, buttons, and icon.

System_CAPS_pubmethodSystem_CAPS_staticShow(String^, String^, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton)

Displays a message box with the specified text, caption, buttons, icon, and default button.

System_CAPS_pubmethodSystem_CAPS_staticShow(String^, String^, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, MessageBoxOptions)

Displays a message box with the specified text, caption, buttons, icon, default button, and options.

System_CAPS_pubmethodSystem_CAPS_staticShow(String^, String^, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, MessageBoxOptions, Boolean)

Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button.

System_CAPS_pubmethodSystem_CAPS_staticShow(String^, String^, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, MessageBoxOptions, String^)

Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button, using the specified Help file.

System_CAPS_pubmethodSystem_CAPS_staticShow(String^, String^, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, MessageBoxOptions, String^, HelpNavigator)

Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button, using the specified Help file and HelpNavigator.

System_CAPS_pubmethodSystem_CAPS_staticShow(String^, String^, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, MessageBoxOptions, String^, HelpNavigator, Object^)

Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button, using the specified Help file, HelpNavigator, and Help topic.

System_CAPS_pubmethodSystem_CAPS_staticShow(String^, String^, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, MessageBoxOptions, String^, String^)

Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button, using the specified Help file and Help keyword.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

Return to top
Show: