DataGrid::ProcessDialogKey Method (Keys)
.NET Framework (current version)
Gets or sets a value that indicates whether a key should be processed further.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
protected: [UIPermissionAttribute(SecurityAction::LinkDemand, Window = UIPermissionWindow::AllWindows)] virtual bool ProcessDialogKey( Keys keyData ) override
Parameters
- keyData
-
Type:
System.Windows.Forms::Keys
A Keys that contains data about the pressed key.
The method overrides the ProcessDialogKey method to implement keyboard navigation of the grid.
.NET Framework
Available since 1.1
Available since 1.1
Show: