Add
Method of IPaneCollector
Description
Adds tool pane to collection
Parameters
- IPane pPane
Syntax
JavaScript
PaneCollector.Add(pPane);
==== Visual Basic Script ====
PaneCollector.Add pPane
==== C++ ====
HRESULT hr = PaneCollector.Add(pPane);
===== See Also ===== IPaneCollector