KeyPress (ILEADRasterImgList) example for Visual Basic

Private Sub LEADImgList1_KeyPress(ByVal KeyAscii As Integer)
   Form1.Caption = Form1.Caption + "Key " & Chr(KeyAscii) & " was pressed"
End Sub