ActiveReports.Chart Request technical support
KeyPress Event
See Also 


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

Syntax

Visual Basic (Declaration) 
Public Event KeyPress() As KeyPressEventHandler
Visual Basic (Usage)Copy Code
Dim instance As WizardForm
Dim handler As KeyPressEventHandler
 
AddHandler instance.KeyPress, handler
C# 
public event KeyPressEventHandler KeyPress()

See Also