BCGControlBar Library for .NET
AddDockingPane Method (AutoHidePanel)




a docking pane to place to the autohide panel
– boolean variable, If the value of this variable is true, 
the docking pane will be added with animation, with delay. In this case it means fluently.

Called by the framework on setting autohide mode for the docking pane. Creates a related AutohideButton or a group of the AutohideButtons to place to the AutoHidePanel.

Syntax
'Declaration
 
Public Sub AddDockingPane( _
   ByVal pane As DockingPane, _
   ByVal withAnimation As Boolean _
) 
'Usage
 
Dim instance As AutoHidePanel
Dim pane As DockingPane
Dim withAnimation As Boolean
 
instance.AddDockingPane(pane, withAnimation)
public void AddDockingPane( 
   DockingPane pane,
   bool withAnimation
)
public: void AddDockingPane( 
   DockingPane* pane,
   bool withAnimation
) 
public:
void AddDockingPane( 
   DockingPane^ pane,
   bool withAnimation
) 

Parameters

pane
a docking pane to place to the autohide panel
withAnimation
– boolean variable, If the value of this variable is true, 
the docking pane will be added with animation, with delay. In this case it means fluently.
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

AutoHidePanel Class
AutoHidePanel Members

Send Feedback