BCGSoft.ControlBars Namespace > DockManager Class : SetAutoHideMode Method |
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.
'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 )
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.
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