Version

Type Method (WinGaugeReplayServer)

Sends a series of Key Strokes to the UltraGauge
Syntax
'Declaration
 
Public Sub Type( _
   ByVal sKeys As System.String, _
   Optional ByVal oForceFocus As System.Object _
) 
public void Type( 
   System.string sKeys,
   System.object oForceFocus
)

Parameters

sKeys
the string representation of the series of keys to be sent
oForceFocus
Give the UltraGauge focus before sending the keys
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