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

適用於