====== Window ====== Property of [[:scripting:api:base-view:start|IBaseView]] ===== Description ===== Returns View window handle ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:ULONG|ULONG]]** ===== Syntax ===== ==== JavaScript ==== var hWnd = BaseView.Window; ==== Visual Basic Script ==== hWnd = BaseView.Window ==== C++ ==== ULONG hWnd; HRESULT hr = BaseView.get_Window(&hWnd); ===== See Also ===== [[:scripting:api:base-view:start|IBaseView]] ~~NOTOC~~