scripting:api:pane-collector:add

Add

Method of IPaneCollector

Adds tool pane to collection

PaneCollector.Add(pPane);

==== Visual Basic Script ====

PaneCollector.Add pPane

==== C++ ====

HRESULT hr = PaneCollector.Add(pPane);

===== See Also ===== IPaneCollector