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. ====== Create ====== Method of [[:scripting:api:pane-creator:start|IPaneCreator]] ===== Description ===== Called to create tool panes ===== Parameters ===== * [[:scripting:api:pane-collector:start|IPaneCollector]] **pPaneCollector** ===== Syntax ===== ==== JavaScript ==== <code javascript> PaneCreator.Create(pPaneCollector); </code>==== Visual Basic Script ==== <code vb> PaneCreator.Create pPaneCollector </code>==== C++ ==== <code cpp> HRESULT hr = PaneCreator.Create(pPaneCollector); </code>===== See Also ===== [[:scripting:api:pane-creator:start|IPaneCreator]] ~~NOTOC~~