scripting:api:options-page:window

Window

Property of IOptionsPage

Returns Page window handler

Read-Only Property of type ULONG

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