ElementHost::KeyPress Event

 

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

Namespace:   System.Windows.Forms.Integration
Assembly:  WindowsFormsIntegration (in WindowsFormsIntegration.dll)

public:
[BrowsableAttribute(false)]
event KeyPressEventHandler^ KeyPress {
	void add(KeyPressEventHandler^ value);
	void remove(KeyPressEventHandler^ value);
}

For more information about the KeyPress event, see Control::KeyPress.

.NET Framework
Available since 3.0
Return to top
Show: