Version

PerformMouseAction Method (UltraPrintPreviewControlReplayServer)

Performs a drag and drop on the printpreview control for the snapshot, dynamic zoom and hand tool.
Syntax
'Declaration
 
Public Sub PerformMouseAction( _
   ByVal xEnd As System.Integer, _
   ByVal yEnd As System.Integer _
) 
public void PerformMouseAction( 
   System.int xEnd,
   System.int yEnd
)

Parameters

xEnd
The x mouse coodinate after completion of the drag event.
yEnd
The y mouse coodinate after completion of the drag event.
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