Version

ToggleDockState Method (WindowDockingAreaRecordReplayServer)

Toggle dock state between docking and floating
Syntax
'Declaration
 
Public Sub ToggleDockState( _
   ByVal panePathStr As System.String _
) 
public void ToggleDockState( 
   System.string panePathStr
)

Parameters

panePathStr
Path to the pane
Remarks

Pane position is encoded in index string. See notes for details.

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