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