BCGControlBar Library for .NET
SetAutoHideFlag Method




True, if the auto-hide mode is set to be enabled, otherwise, false.
Makes an autohide mode for the docking pane enabled or disabled.
Syntax
'Declaration
 
Public Sub SetAutoHideFlag( _
   ByVal value As Boolean _
) 
'Usage
 
Dim instance As DockingPane
Dim value As Boolean
 
instance.SetAutoHideFlag(value)
public void SetAutoHideFlag( 
   bool value
)
public: void SetAutoHideFlag( 
   bool value
) 
public:
void SetAutoHideFlag( 
   bool value
) 

Parameters

value
True, if the auto-hide mode is set to be enabled, otherwise, false.
Remarks
 When the auto-hide mode is enabled, the docking pane auto-hides itself when it’s docked. 
The docking pane auto-hides when it loses the activation or loses the mouse cursor. It shows when activated or when
it is hovered by the mouse cursor.
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