BCGControlBar Library for .NET
SetAutoHideMode Method (DockingPane)




TRUE - switch to the autohide mode, FALSE - return to the regular docking mode.
This function is called by the framework when the user clicks the pin button to switch the docking control bar to the autohide mode or back to the regular docking mode.
Syntax
'Declaration
 
Public Overridable Function SetAutoHideMode( _
   ByVal mode As Boolean _
) As Boolean
'Usage
 
Dim instance As DockingPane
Dim mode As Boolean
Dim value As Boolean
 
value = instance.SetAutoHideMode(mode)
public virtual bool SetAutoHideMode( 
   bool mode
)
public: virtual bool SetAutoHideMode( 
   bool mode
) 
public:
virtual bool SetAutoHideMode( 
   bool mode
) 

Parameters

mode
TRUE - switch to the autohide mode, FALSE - return to the regular docking mode.
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