Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 ==== <code javascript> OptionsPage.Create(hWnd); </code>==== Visual Basic Script ==== <code vb> OptionsPage.Create hWnd </code>==== C++ ==== <code cpp> HRESULT hr = OptionsPage.Create(hWnd); </code>===== See Also ===== [[:scripting:api:options-page:start|IOptionsPage]] ~~NOTOC~~