BCGControlBar Library for .NET
SetAutoHideMode Method (DockManager)




The docking pane to switch into the autohide mode.
Specified if the autohide mode will be set or unset.

Specifies whether  the autohide effect should be used when the docking pane has been switched to the autohide mode or the docking pane should be hidden immediately.

Switches the specified docking pane to the autohide mode or back to the regular docking mode.
Syntax
'Declaration
 
Public Function SetAutoHideMode( _
   ByVal pane As DockingPane, _
   ByVal set As Boolean, _
   ByVal bWithAnimation As Boolean _
) As Boolean
'Usage
 
Dim instance As DockManager
Dim pane As DockingPane
Dim set As Boolean
Dim bWithAnimation As Boolean
Dim value As Boolean
 
value = instance.SetAutoHideMode(pane, set, bWithAnimation)
public bool SetAutoHideMode( 
   DockingPane pane,
   bool set,
   bool bWithAnimation
)
public: bool SetAutoHideMode( 
   DockingPane* pane,
   bool set,
   bool bWithAnimation
) 
public:
bool SetAutoHideMode( 
   DockingPane^ pane,
   bool set,
   bool bWithAnimation
) 

Parameters

pane
The docking pane to switch into the autohide mode.
set
Specified if the autohide mode will be set or unset.
bWithAnimation

Specifies whether  the autohide effect should be used when the docking pane has been switched to the autohide mode or the docking pane should be hidden immediately.

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

DockManager Class
DockManager Members

Send Feedback