Creates a message box child window.

C# | Visual Basic | Visual C++ |
public void MessageBoxChildWindow( string title, string message, IWMessageBoxButtons buttons, MessageBoxIcon icon )
Public Sub MessageBoxChildWindow ( _ title As String, _ message As String, _ buttons As IWMessageBoxButtons, _ icon As MessageBoxIcon _ )
public: virtual void MessageBoxChildWindow( String^ title, String^ message, IWMessageBoxButtons buttons, MessageBoxIcon icon ) sealed

- title (String)
- The title.
- message (String)
- The message.
- buttons (IWMessageBoxButtons)
- The buttons.
- icon (MessageBoxIcon)
- The icon.