ObjectSelectorEditor::Selector::OnKeyDown Method (KeyEventArgs^)

 

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 OnKeyDown(
	KeyEventArgs^ e
) override

Parameters

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

Provides data for the KeyDown event.

.NET Framework
Available since 1.1
Return to top
Show: