◄Summary► ◄Details► ◄Example► ◄Contents► ◄Index► ◄Back► ────────────────────────────────────────────────────────────────────────────── Determines if tabbing will stop at the control. [form.]ctlname.TabStop[ = boolean%] ■ boolean% Valid settings are: Setting Description ═════════ ══════════════════════════════════════════════ True (-1) (Default) Designates control as a tab stop False (0) Bypasses control when the user is tabbing; the control still holds its place in the actual tab order as determined by the TabIndex property Applies To ◄Check Box Control► ◄Combo Box Control► ◄Command Button Control► ◄Directory List Box Control► ◄Drive List Box Control► ◄File List Box Control► ◄Horizontal Scroll Bar Control► ◄List Box Control► ◄Option Button Control► ◄Picture Box Control► ◄Text Box Control► ◄Vertical Scroll Bar Control► See Also ◄TabIndex Property► ◄Tab Order►