scripting:api:base-view:create

Create

Method of IBaseView

Creates view window on demand

BaseView.Create(hWndParent);

==== Visual Basic Script ====

BaseView.Create hWndParent

==== C++ ====

HRESULT hr = BaseView.Create(hWndParent);

===== See Also ===== IBaseView