scripting:api:application:close-pane

ClosePane

Method of IApplication

Close open tool pane

  • BSTR strPaneID
  • IPane pPane = NULL (optional)
Application.ClosePane(strPaneID, pPane);
Application.ClosePane strPaneID, pPane
HRESULT hr = Application.ClosePane(strPaneID, pPane);