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. ====== AddPane ====== Method of [[:scripting:api:application:start|IApplication]] ===== Description ===== Add new tool pane ===== Parameters ===== * [[:scripting:api:pane:start|IPane]] **pPane** ===== Syntax ===== ==== JavaScript ==== <code javascript> Application.AddPane(pPane); </code>==== Visual Basic Script ==== <code vb> Application.AddPane pPane </code>==== C++ ==== <code cpp> HRESULT hr = Application.AddPane(pPane); </code>===== See Also ===== [[:scripting:api:application:start|IApplication]] ~~NOTOC~~