DesktopContainer.AllowTabs

From Xojo Documentation

Property (As Boolean )
aDesktopContainer.AllowTabs = newBooleanValue
or
BooleanValue = aDesktopContainer.AllowTabs

New in 2021r3

Supported for all project types and targets.

If True and AllowFocus is True, then pressing Tab triggers the KeyDown event for processing.

Notes

If AllowTabs is False, pressing the Tab key does not trigger the KeyDown event; pressing Tab triggers the FocusLost event and selects the next object in the DesktopWindow that can accept the focus.