Window

Property of IOptionsPage

Description

Returns Page window handler

Property type

Read-Only Property of type ULONG

Syntax

JavaScript

var hWnd = OptionsPage.Window;

Visual Basic Script

hWnd = OptionsPage.Window

C++

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

See Also

IOptionsPage