DataGridView.ProcessInsertKey(Keys) 方法

定義

處理 INSERT 鍵。

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

參數

keyData
Keys

其中一個 Keys 值,表示要處理的按鍵。

傳回

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

適用於

另請參閱