Create

Method of IBaseView

Description

Creates view window on demand

Parameters

Syntax

JavaScript

BaseView.Create(hWndParent);

Visual Basic Script

BaseView.Create hWndParent

C++

HRESULT hr = BaseView.Create(hWndParent);

See Also

IBaseView