KeyDown Example for Visual Basic
Private Sub LEADRasterContainerViewer_KeyDown (ByVal KeyCode As Integer, ByVal Shift As Integer, ByVal lActionID As Long, ByVal lCount As Long) Me.Caption = " Key down "End Sub