NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IUIService.ShowMessage

[To be supplied.]

Overload List

Displays the given message in a message box. This properly integrates the message box display with the development environment.

[Visual Basic] Overloads Function ShowMessage(String, String, Integer) As DialogResult
[C#] DialogResult ShowMessage(String, String, int);
[C++] DialogResult ShowMessage(String*, String*, int) = 0;
[JScript] function ShowMessage(String, String, int) : DialogResult;

Displays the given message in a message box. This properly integrates the message box display with the development environment.

[Visual Basic] Overloads Sub ShowMessage(String, String)
[C#] void ShowMessage(String, String);
[C++] void ShowMessage(String*, String*) = 0;
[JScript] function ShowMessage(String, String);

Displays the given message in a message box. This properly integrates the message box display with the development environment.

[Visual Basic] Overloads Sub ShowMessage(String)
[C#] void ShowMessage(String);
[C++] void ShowMessage(String*) = 0;
[JScript] function ShowMessage(String);

See Also

IUIService Interface | IUIService Members | System.WinForms.Design Namespace