Bagikan melalui


DataGridView.ProcessDeleteKey(Keys) Metode

Definisi

Memproses kunci DELETE.

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

Parameter

keyData
Keys

Kombinasi Keys nilai bitwise yang mewakili kunci atau kunci untuk diproses.

Mengembalikan

true jika kunci diproses; jika tidak, false.

Pengecualian

Kunci DELETE akan menghapus satu atau beberapa baris, tetapi kesalahan di sumber data mencegah penghapusan dan tidak ada handler untuk DataError peristiwa atau handler telah mengatur ThrowException properti ke true.

Keterangan

Metode ini kembali true ketika pengguna menekan DELETE untuk menghapus baris dalam kontrol. Pengguna dapat menghapus baris jika SelectionMode properti diatur ke FullRowSelect atau RowHeaderSelect dan MultiSelect properti diatur ke true. DataGridView Jika terikat ke data, IBindingList.AllowRemove properti sumber data juga harus diatur ke true.

Berlaku untuk

Lihat juga