Mercury.QTP.CustomServer Namespace > CustomServerBase Class : PressKey Method |
You can also simulate keystrokes using the System.Windows.Forms.SendKeys class methods.
'Declaration
Public Sub PressKey( _ ByVal ScanCode As System.Byte _ )
public void PressKey( System.byte ScanCode )
Parameters
- ScanCode
- Key's scan code.