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