DataGrid::ProcessTabKey Method (Keys)

 

Gets a value indicating whether the Tab key should be processed.

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

protected:
[UIPermissionAttribute(SecurityAction::LinkDemand, Window = UIPermissionWindow::AllWindows)]
bool ProcessTabKey(
	Keys keyData
)

Parameters

keyData
Type: System.Windows.Forms::Keys

A Keys that contains data about which the pressed key.

Return Value

Type: System::Boolean

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

UIPermission

for drawing UI. Associated enumeration: UIPermissionWindow::AllWindows.

.NET Framework
Available since 1.1
Return to top
Show: