qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
TabStop Property
  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