DataGridView.ProcessEscapeKey(Keys) 方法

定義

處理 ESC 鍵。

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

參數

keyData
Keys

Keys 值的位元 (Bitwise) 組合,表示要處理的按鍵。

傳回

如果已處理按鍵,則為 true;否則為 false

適用於

另請參閱