Window

Property of IBaseView

Description

Returns View window handle

Property type

Read-Only Property of type ULONG

Syntax

JavaScript

var hWnd = BaseView.Window;

==== Visual Basic Script ====

hWnd = BaseView.Window

==== C++ ====

ULONG hWnd;
HRESULT hr = BaseView.get_Window(&hWnd);

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