Version

RepositionPane Method (DockableWindowRecordReplayServer)

Reposition docking pane from one position to another
Syntax
'Declaration
 
Public Sub RepositionPane( _
   ByVal oldPanePath As System.String, _
   ByVal newPanePath As System.String _
) 
public void RepositionPane( 
   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