Version

MoveTile Method (WinTilePanelReplayServer)

Moves a tile along a path
Syntax
'Declaration
 
Public Sub MoveTile( _
   ByVal oTileStart As System.Object, _
   ByVal oTilePath As System.Object _
) 
public void MoveTile( 
   System.object oTileStart,
   System.object oTilePath
)

Parameters

oTileStart
String Caption, Integer index, or string representation in normal mode “[#, #]” of a TilePanel
oTilePath
Either a single oTilePanelId, or an array of oTilePanelIds which represents the path that a Tile will be dragged over\through. Also it can be represent a location if no tile exists at that location. A location is represented by a string “[#, #]” where the first is the relative x coordinate and the second digit is the relative y coordinate.
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