Shows the message box result.

C# | Visual Basic | Visual C++ |
public static IWMessageBoxResult Show( string message, string title, IWMessageBoxButtons buttons, MessageBoxIcon icon )
Public Shared Function Show ( _ message As String, _ title As String, _ buttons As IWMessageBoxButtons, _ icon As MessageBoxIcon _ ) As IWMessageBoxResult
public: static IWMessageBoxResult Show( String^ message, String^ title, IWMessageBoxButtons buttons, MessageBoxIcon icon )

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

The message box result.