Occurs when a key is pressed while the control has focus.
[Visual Basic]
Public Event KeyPress() As KeyPressEventHandler
[C#]
public event KeyPressEventHandler KeyPress();
WizardForm Class | WizardForm Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.