KeyDown, KeyUp  Events

Description         Occurs when the user presses or releases a key while a BIDisp object has the focus.

Usage                  Sub BIDisp_KeyDown([Index As Integer,] KeyCode As Integer, Shift As Integer)

                            Sub BIDisp_KeyUp([Index As Integer,] KeyCode As Integer, Shift As Integer)

Remarks             See Microsoft Visual Basic Language Reference KeyDown and KeyUp events.

See Also              KeyPress Event