Setting the TAB-STOP attribute to FALSE removes the widget from its parent's tab chain. Setting the TAB-STOP attribute to TRUE adds the widget to the end of its parent's tab chain. If the widget is already in the tab chain, its position does not change.
In Windows, the mnemonic key (ALT accelerator) for a widget will not work if the widget is removed from the tab order. Also, because the widget is not in the tab order, pressing TAB will not change focus from the widget.