DataGridView.ProcessDownKey Method
.NET Framework 3.0
Processes the DOWN ARROW key.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in system.windows.forms.dll)
Assembly: System.Windows.Forms (in system.windows.forms.dll)
protected boolean ProcessDownKey ( Keys keyData )
protected function ProcessDownKey ( 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 DOWN ARROW key would cause the control to enter edit mode, but the EditType property of the new current cell does not indicate a class that derives from Control and implements IDataGridViewEditingControl. | |
| This action would commit a cell value or enter edit mode, but an error in the data source prevents the action and either there is no handler for the DataError event or the handler has set the DataGridViewDataErrorEventArgs.ThrowException property 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.