Create

Method of IPane

Description

Creates page on demand

Parameters

Syntax

JavaScript

Pane.Create(hWndParent);

Visual Basic Script

Pane.Create hWndParent

C++

HRESULT hr = Pane.Create(hWndParent);

See Also

IPane