BCGControlBar Library for .NET
SlideBar Method




If true, the docking pane is shown, otherwise, hidden.
Specifies if the related docking pane will be shown or hidden immediately, without animation.
Shows or hides the related docking pane.
Syntax
'Declaration
 
Public Sub SlideBar( _
   ByVal out As Boolean, _
   ByVal noDelay As Boolean _
) 
'Usage
 
Dim instance As AutoHideButton
Dim out As Boolean
Dim noDelay As Boolean
 
instance.SlideBar(out, noDelay)
public void SlideBar( 
   bool out,
   bool noDelay
)
public: void SlideBar( 
   bool out,
   bool noDelay
) 
public:
void SlideBar( 
   bool out,
   bool noDelay
) 

Parameters

out
If true, the docking pane is shown, otherwise, hidden.
noDelay
Specifies if the related docking pane will be shown or hidden immediately, without animation.
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

AutoHideButton Class
AutoHideButton Members

Send Feedback