KeyDownControl Event

See Also     Examples     Applies To

Occurs when a key is pressed while the control has focus.

Syntax

Sub object_KeyDownControl (KeyAscii, Shift)

The KeyDownControl syntax has these parts:

Part Description
object Required. An object expression that evaluates to an object in the Applies To list.
KeyAscii Required. Integer. The ASCII value of the key that is being pressed.
Shift Required. Integer. The state of the SHIFT key.

Remarks

Key events occur in the following order:
1.
KeyDownControl
2.
KeyPressControl
3.
KeyUpControl






© Copyright 2008 GdPicture All rights reserved.
Documentation MAP.