DataGridView.ProcessF3Key(Keys) Method

Definition

Processes the F3 key by sorting the current column.

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

Parameters

keyData
Keys

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

Returns

true if the key was processed; otherwise, false.

Applies to