====== Create ====== Method of [[:scripting:api:pane:start|IPane]] ===== Description ===== Creates page on demand ===== Parameters ===== * [[scripting:api:data-type:ULONG|ULONG]] **hWndParent** ===== Syntax ===== ==== JavaScript ==== Pane.Create(hWndParent); ==== Visual Basic Script ==== Pane.Create hWndParent ==== C++ ==== HRESULT hr = Pane.Create(hWndParent); ===== See Also ===== [[:scripting:api:pane:start|IPane]] ~~NOTOC~~