DataGridView.ProcessNextKey Method
Processes the PAGE DOWN key.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
[SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags = SecurityPermissionFlag.UnmanagedCode)] protected bool ProcessNextKey( Keys keyData )
Parameters
- keyData
- Type: System.Windows.Forms.Keys
A bitwise combination of Keys values that represents the key or keys to process.
| Exception | Condition |
|---|---|
| InvalidCastException | 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. |
| Exception | 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 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.