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. ====== Open ====== Property of [[:scripting:api:pane:start|IPane]] ===== Description ===== Returns pane open state ===== Property type ===== Read-Write Property of type **[[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var bValue = Pane.Open; Pane.Open = bValue; </code>==== Visual Basic Script ==== <code vb> bValue = Pane.Open Pane.Open = bValue </code>==== C++ ==== <code cpp> VARIANT_BOOL bValue; HRESULT hr = Pane.get_Open(&bValue); hr = Pane.put_Open(bValue); </code>===== See Also ===== [[:scripting:api:pane:start|IPane]] ~~NOTOC~~