klyn.gui.windows.Widget.isTabStop
property
public property isTabStop as Boolean
Description

Whether Tab/Shift+Tab navigation should stop on this widget.

Some widgets, such as selectable labels, can receive focus by mouse so keyboard shortcuts like Ctrl+C work without polluting normal form navigation.

label.canFocus = true
label.isTabStop = false