BCGControlBar Library for .NET
ReplaceDockingPane Method (DockManager)




The docking pane to replace.
The docking pane to set.
Replaces the one docking pane to another within the docking container or the miniframe window and in accordance in the docked bar's collection of the DockManager. Called in framework, for example, to replace the docking pane by its clone containing tab control.
Syntax
'Declaration
 
Public Sub ReplaceDockingPane( _
   ByVal orgPane As DockingPane, _
   ByVal newPane As DockingPane _
) 
'Usage
 
Dim instance As DockManager
Dim orgPane As DockingPane
Dim newPane As DockingPane
 
instance.ReplaceDockingPane(orgPane, newPane)
public void ReplaceDockingPane( 
   DockingPane orgPane,
   DockingPane newPane
)
public: void ReplaceDockingPane( 
   DockingPane* orgPane,
   DockingPane* newPane
) 
public:
void ReplaceDockingPane( 
   DockingPane^ orgPane,
   DockingPane^ newPane
) 

Parameters

orgPane
The docking pane to replace.
newPane
The docking pane to set.
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

DockManager Class
DockManager Members

Send Feedback