Event of IPane
Indicates that pane can be closed (terminated on application exit)
Read-Only Property of type VARIANT_BOOL
var bValue = Pane.CanClose;
==== Visual Basic Script ====
bValue = Pane.CanClose
==== C++ ====
VARIANT_BOOL bValue; HRESULT hr = Pane.get_CanClose(&bValue);
===== See Also ===== IPane