DataGridView.ProcessNextKey Method
Assembly: System.Windows.Forms (in system.windows.forms.dll)
protected boolean ProcessNextKey ( Keys keyData )
protected function ProcessNextKey ( keyData : Keys ) : boolean
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 PAGE DOWN 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 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 .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.