DataGrid::ProcessGridKey Method (KeyEventArgs^)

 

Processes keys for grid navigation.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
[SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::UnmanagedCode)]
bool ProcessGridKey(
	KeyEventArgs^ ke
)

Parameters

ke
Type: System.Windows.Forms::KeyEventArgs^

A KeyEventArgs that contains data about the key up or key down event.

Return Value

Type: System::Boolean

true, if the key was processed; otherwise false.

.NET Framework
Available since 1.1
Return to top
Show: