DataGridView.ProcessInsertKey(Keys) Method

Definition

Processes the INSERT key.

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

Parameters

keyData
Keys

One of the Keys values that represents the key to process.

Returns

true if the key was processed; otherwise, false.

Applies to

See also