====== Create ====== Method of [[:scripting:api:options-page:start|IOptionsPage]] ===== Description ===== Called when page should be created ===== Parameters ===== * [[scripting:api:data-type:ULONG|ULONG]] **hWnd** ===== Syntax ===== ==== JavaScript ==== OptionsPage.Create(hWnd); ==== Visual Basic Script ==== OptionsPage.Create hWnd ==== C++ ==== HRESULT hr = OptionsPage.Create(hWnd); ===== See Also ===== [[:scripting:api:options-page:start|IOptionsPage]] ~~NOTOC~~