====== ClosePane ====== Method of [[:scripting:api:application:start|IApplication]] ===== Description ===== Close open tool pane ===== Parameters ===== * [[scripting:api:data-type:BSTR|BSTR]] **strPaneID** * [[:scripting:api:pane:start|IPane]] **pPane** = NULL (optional) ===== Syntax ===== ==== JavaScript ==== Application.ClosePane(strPaneID, pPane); ==== Visual Basic Script ==== Application.ClosePane strPaneID, pPane ==== C++ ==== HRESULT hr = Application.ClosePane(strPaneID, pPane); ===== See Also ===== [[:scripting:api:application:start|IApplication]] ~~NOTOC~~