DataGridView.ProcessF3Key(Keys) 方法

定义

通过对当前列进行排序来处理 F3 键。

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

参数

keyData
Keys

表示要处理的键或键的值的按位组合。

返回

true 如果已处理密钥,则为否则,为 false.

适用于