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;
Returns true if the tool window was successfully shown, or false if it couldn't be shown or found.
IUIService Interface | IUIService Members | System.WinForms.Design Namespace