Displays the given message in a message box. This properly integrates the message box display with the development environment.
[Visual Basic] Overloads Sub ShowMessage( _ ByVal message As String, _ ByVal caption As String _ ) [C#] void ShowMessage( string message, string caption ); [C++] void ShowMessage( String* message, String* caption ) = 0; [JScript] function ShowMessage( message : String, caption : String );
IUIService Interface | IUIService Members | System.WinForms.Design Namespace | IUIService.ShowMessage Overload List