ObjectSelectorEditor::Selector::OnKeyPress Method (KeyPressEventArgs^)

 

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

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

protected:
virtual void OnKeyPress(
	KeyPressEventArgs^ e
) override

Parameters

e
Type: System.Windows.Forms::KeyPressEventArgs^

Provides data for the KeyPress event.

.NET Framework
Available since 1.1
Return to top
Show: