Table of Contents

Method ProcessTabKey

Namespace
Bonsai.Editor
Assembly
Bonsai.Editor.dll

ProcessTabKey(bool)

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

protected override bool ProcessTabKey(bool forward)

Parameters

forward bool

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

Returns

bool

true if a control is selected; otherwise, false.