Table of Contents

Constructor GlobalFocusNextEventArgs

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

GlobalFocusNextEventArgs(bool, bool)

Initializes a new instance of the GlobalFocusNextEventArgs class.

public GlobalFocusNextEventArgs(bool forward, bool nested)

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.