ClosePane
Method of IApplication
Description
Close open tool pane
Parameters
Syntax
JavaScript
Application.ClosePane(strPaneID, pPane);
Visual Basic Script
Application.ClosePane strPaneID, pPane
C++
HRESULT hr = Application.ClosePane(strPaneID, pPane);