Property of IBaseView
Returns View window handle
Read-Only Property of type ULONG
var hWnd = BaseView.Window;
==== Visual Basic Script ====
hWnd = BaseView.Window
==== C++ ====
ULONG hWnd; HRESULT hr = BaseView.get_Window(&hWnd);
===== See Also ===== IBaseView