DataGrid::ProcessDialogKey Method (Keys)

 

Gets or sets a value that indicates whether a key should be processed further.

Namespace:   System.Windows.Forms
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.

Return Value

Type: System::Boolean

true, the key should be processed; otherwise, false.

The method overrides the ProcessDialogKey method to implement keyboard navigation of the grid.

.NET Framework
Available since 1.1
Return to top
Show: