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