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. ====== CanClose ====== Event of [[:scripting:api:pane:start|IPane]] ===== Description ===== Indicates that pane can be closed (terminated on application exit) ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var bValue = Pane.CanClose; </code>==== Visual Basic Script ==== <code vb> bValue = Pane.CanClose </code>==== C++ ==== <code cpp> VARIANT_BOOL bValue; HRESULT hr = Pane.get_CanClose(&bValue); </code>===== See Also ===== [[:scripting:api:pane:start|IPane]] ~~NOTOC~~