====== 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 ==== var bValue = Pane.Open; Pane.Open = bValue; ==== Visual Basic Script ==== bValue = Pane.Open Pane.Open = bValue ==== C++ ==== VARIANT_BOOL bValue; HRESULT hr = Pane.get_Open(&bValue); hr = Pane.put_Open(bValue); ===== See Also ===== [[:scripting:api:pane:start|IPane]] ~~NOTOC~~