Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 ==== <code javascript> Application.ClosePane(strPaneID, pPane); </code>==== Visual Basic Script ==== <code vb> Application.ClosePane strPaneID, pPane </code>==== C++ ==== <code cpp> HRESULT hr = Application.ClosePane(strPaneID, pPane); </code>===== See Also ===== [[:scripting:api:application:start|IApplication]] ~~NOTOC~~