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

值的按位组合,这些值表示要处理的一个或多个键。

返回

Boolean

如果已处理该键,则为 true;否则为 false

适用于