DataGridView.ProcessSpaceKey(Keys) Method

Definition

Processes the SPACEBAR.

protected:
 bool ProcessSpaceKey(System::Windows::Forms::Keys keyData);
protected bool ProcessSpaceKey (System.Windows.Forms.Keys keyData);
member this.ProcessSpaceKey : System.Windows.Forms.Keys -> bool
Protected Function ProcessSpaceKey (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