Version

RepositionToNewDockArea Method (DockableWindowRecordReplayServer)

Reposition docking pane to new docking area
Syntax
'Declaration
 
Public Sub RepositionToNewDockArea( _
   ByVal oldPanePath As System.String, _
   ByVal newPanePath As System.String _
) 
public void RepositionToNewDockArea( 
   System.string oldPanePath,
   System.string newPanePath
)

Parameters

oldPanePath
Postition of old pane.
newPanePath
Position of new pane.
Remarks

Pane positions are encoded in index strings.

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