Create
Method of IPaneCreator
Description
Called to create tool panes
Parameters
- IPaneCollector pPaneCollector
Syntax
JavaScript
PaneCreator.Create(pPaneCollector);
==== Visual Basic Script ====
PaneCreator.Create pPaneCollector
==== C++ ====
HRESULT hr = PaneCreator.Create(pPaneCollector);
===== See Also ===== IPaneCreator