DataGridView.ProcessDeleteKey Method
Assembly: System.Windows.Forms (in system.windows.forms.dll)
protected boolean ProcessDeleteKey ( Keys keyData )
protected function ProcessDeleteKey ( keyData : Keys ) : boolean
Not applicable.
Parameters
- keyData
A bitwise combination of Keys values that represents the key or keys to process.
Return Value
true if the key was processed; otherwise, false.| Exception type | Condition |
|---|---|
| The DELETE key would delete one or more rows, but an error in the data source prevents the deletion and either there is no handler for the DataError event or the handler has set the DataGridViewDataErrorEventArgs.ThrowException property to true. |
This method returns true when the user presses DELETE to delete rows in the control. The user can delete rows if the SelectionMode property is set to FullRowSelect or RowHeaderSelect and the MultiSelect property is set to true. If the DataGridView is bound to data, the IBindingList.AllowRemove property of the data source must also be set to true.
- SecurityPermission for calling unmanaged code. Demand value: LinkDemand. Permission value: UnmanagedCode
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.