KeyDown Method

Simulates a Key Down operation.

Remarks

Use virtual keys, not characters. The Custom Server is responsible for placing the cursor at the desired location in the control before invoking this method.

Syntax

Visual Basic (Declaration) 
Overridable Sub KeyDown( _
   ByVal ScanCode As Byte _
) 
C# 
virtual void KeyDown( 
   byte ScanCode
)

Parameters

ScanCode
Key's scan code.

See Also