System.Windows.Forms.SplitContainer.ProcessTabKey Method

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

Syntax

protected override bool ProcessTabKey (bool forward)

Parameters

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

Returns

true if a control is selected; otherwise, false.

Remarks

SplitContainer.ProcessTabKey(bool) controls the tab focus order in the following manner:

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0