KeyDownControl Event

See Also     Examples     Applies To

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

Syntax

Sub object_KeyDownControl (KeyCode, Shift)

The KeyDownControl syntax has these parts:

Part Description
object Required. An object expression that evaluates to an object in the Applies To list.
KeyCode Required. Integer.
Shift Required. Integer.

Remarks

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






© Copyright 2007 GdPicture All rights reserved.
Documentation MAP.