Tabstop Property

The Tabstop property specifies whether an end user can tab to a control. When an end user tabs to a control, it has focus.

You can use the Tab Order dialog box to determine the tab order of controls on a form. For more information, see Assigning Tab Order to Controls.

Applies to: ActiveX controls, buttons, check boxes, combo boxes, edit boxes, list boxes, multi-edit boxes, radio buttons.

Setting dynamically:

Winform Setform.control.TABSTOP TO {0|1};

Property Settings:

0 - No

Disables the end user from tabbing to the control (the control is removed from tab order).

1 - Yes

Enables the end user to tab to the control (the default).


WebFOCUS