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.ShowToolWindow

Displays the requested tool window.

[Visual Basic]
Function ShowToolWindow( _
   ByVal toolWindow As Guid _
) As Boolean
[C#]
bool ShowToolWindow(
   Guid toolWindow
);
[C++]
bool ShowToolWindow(
   Guid toolWindow
) = 0;
[JScript]
function ShowToolWindow(
   toolWindow : Guid
) : Boolean;

Parameters

toolWindow
An identifier for the tool window. This can be a custom Guid or one of the predefined values from StandardToolWindows.

Return Value

Returns true if the tool window was successfully shown, or false if it couldn't be shown or found.

See Also

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