====== Window ======
Property of [[:scripting:api:options-page:start|IOptionsPage]]
===== Description =====
Returns Page window handler
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:ULONG|ULONG]]**
===== Syntax =====
==== JavaScript ====
var hWnd = OptionsPage.Window;
==== Visual Basic Script ====
hWnd = OptionsPage.Window
==== C++ ====
ULONG hWnd;
HRESULT hr = OptionsPage.get_Window(&hWnd);
===== See Also =====
[[:scripting:api:options-page:start|IOptionsPage]]
~~NOTOC~~