DataGridView.ProcessEscapeKey(Keys) Method

Definition

Processes the ESC key.

protected:
 bool ProcessEscapeKey(System::Windows::Forms::Keys keyData);
protected bool ProcessEscapeKey (System.Windows.Forms.Keys keyData);
member this.ProcessEscapeKey : System.Windows.Forms.Keys -> bool
Protected Function ProcessEscapeKey (keyData As Keys) As Boolean

Parameters

keyData
Keys

A bitwise combination of Keys values that represents the key or keys to process.

Returns

true if the key was processed; otherwise, false.

Applies to

See also