Create

Method of IOptionsPage

Description

Called when page should be created

Parameters

Syntax

JavaScript

OptionsPage.Create(hWnd);

Visual Basic Script

OptionsPage.Create hWnd

C++

HRESULT hr = OptionsPage.Create(hWnd);

See Also

IOptionsPage