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:pane:start|IPane]] ===== Description ===== Creates page on demand ===== Parameters ===== * [[scripting:api:data-type:ULONG|ULONG]] **hWndParent** ===== Syntax ===== ==== JavaScript ==== <code javascript> Pane.Create(hWndParent); </code>==== Visual Basic Script ==== <code vb> Pane.Create hWndParent </code>==== C++ ==== <code cpp> HRESULT hr = Pane.Create(hWndParent); </code>===== See Also ===== [[:scripting:api:pane:start|IPane]] ~~NOTOC~~