BCGControlBar Library for .NET
ReplaceDockingPane Method (DockingContainer)




The new docking pane to put in the docking pane list.
The docking pane being replaced in the list.
Replaces the docking pane orgPane with the docking pane newPane in docking pane list.
Syntax
'Declaration
 
Public Sub ReplaceDockingPane( _
   ByVal orgPane As DockingPane, _
   ByVal newPane As DockingPane _
) 
'Usage
 
Dim instance As DockingContainer
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 new docking pane to put in the docking pane list.
newPane
The docking pane being replaced in the list.
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

DockingContainer Class
DockingContainer Members

Send Feedback