====== Add ====== Method of [[:scripting:api:pane-collector:start|IPaneCollector]] ===== Description ===== Adds tool pane to collection ===== Parameters ===== * [[:scripting:api:pane:start|IPane]] **pPane** ===== Syntax ===== ==== JavaScript ==== PaneCollector.Add(pPane); ==== Visual Basic Script ==== PaneCollector.Add pPane ==== C++ ==== HRESULT hr = PaneCollector.Add(pPane); ===== See Also ===== [[:scripting:api:pane-collector:start|IPaneCollector]] ~~NOTOC~~