BCGSoft.ControlBars Namespace > DockingPane Class : Slide Method |
Specifies the slide (autohide) direction. TRUE - the docking pane is being shown, FALSE - the docking pane is being hidden.
TRUE - use autohide animating; FALSE - show or hide the docking pane immediately.
Called by the framework to begin showing or hiding of a docking pane in autohide mode.
'Declaration Public Sub Slide( _ ByVal out As Boolean, _ ByVal withAnimation As Boolean _ )
'Usage Dim instance As DockingPane Dim out As Boolean Dim withAnimation As Boolean instance.Slide(out, withAnimation)
public void Slide( bool out, bool withAnimation )
public: void Slide( bool out, bool withAnimation )
public: void Slide( bool out, bool withAnimation )
Specifies the slide (autohide) direction. TRUE - the docking pane is being shown, FALSE - the docking pane is being hidden.
TRUE - use autohide animating; FALSE - show or hide the docking pane 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