Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Form::ProcessTabKey Method (Boolean)

 

Selects the next available control and makes it the active control.

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

protected:
[UIPermissionAttribute(SecurityAction::LinkDemand, Window = UIPermissionWindow::AllWindows)]
virtual bool ProcessTabKey(
	bool forward
) override

Parameters

forward
Type: System::Boolean

true to cycle forward through the controls in the ContainerControl; otherwise, false.

Return Value

Type: System::Boolean

true if a control is selected; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft