BCGControlBar Library for .NET
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.

Syntax
'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
) 

Parameters

out

Specifies the slide (autohide) direction. TRUE - the docking pane is being shown, FALSE - the docking pane is being hidden.

withAnimation

TRUE - use autohide animating; FALSE - show or hide the docking pane 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

DockingPane Class
DockingPane Members

Send Feedback