scripting:api:options-page:window

Window

Property of IOptionsPage

Returns Page window handler

Read-Only Property of type ULONG

var hWnd = OptionsPage.Window;

==== Visual Basic Script ====

hWnd = OptionsPage.Window

==== C++ ====

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

===== See Also ===== IOptionsPage