BCGControlBar Library for .NET
CanAutoHide Property




Determines whether the docking pane can be switched to the autohide mode. If the value of this property is false, the Autohide button is invisible.
Syntax
'Declaration
 
Public Property CanAutoHide As Boolean
'Usage
 
Dim instance As DockingPane
Dim value As Boolean
 
instance.CanAutoHide = value
 
value = instance.CanAutoHide
public bool CanAutoHide {get; set;}
public: __property bool get_CanAutoHide();
public: __property void set_CanAutoHide( 
   bool value
);
public:
property bool CanAutoHide {
   bool get();
   void set (    bool value);
}

Property Value

True, if this docking pane can be switched to autohide mode; 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