BCGControlBar Library for .NET
CanClose Property




Determines whether a docking pane can be closed by the user. If the value of this property is false, the Close button is invisible.
Syntax
'Declaration
 
Public Property CanClose As Boolean
'Usage
 
Dim instance As DockingPane
Dim value As Boolean
 
instance.CanClose = value
 
value = instance.CanClose
public bool CanClose {get; set;}
public: __property bool get_CanClose();
public: __property void set_CanClose( 
   bool value
);
public:
property bool CanClose {
   bool get();
   void set (    bool value);
}

Property Value

True,  if the docking pane can be closed by the user; otherwise false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DockingPane Class
DockingPane Members

Send Feedback