CanClose
Event of IPane
Description
Indicates that pane can be closed (terminated on application exit)
Property type
Read-Only Property of type 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 ===== IPane