Table of Contents

Method FocusNextControl

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

FocusNextControl(bool, bool)

Focuses the next control.

void FocusNextControl(bool forward = true, bool nested = true)

Parameters

forward bool

true to move forward in the tab order; false to move backward in the tab order.

nested bool

true to include nested (children of child controls) child controls; otherwise, false.