scripting:api:pane:create

Create

Method of IPane

Creates page on demand

Pane.Create(hWndParent);

==== Visual Basic Script ====

Pane.Create hWndParent

==== C++ ====

HRESULT hr = Pane.Create(hWndParent);

===== See Also ===== IPane