SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Using the AutoTab property, the input focus can automatically be set to the next control on the form once valid input data has been entered and the entire contents are valid.
Example Input Mask: \([M1-9]##\) ###\-####
This mask allows input of a telephone number.
If AutoTab is set to True, typing 9415058600 would result in the following and the input focus advances automatically to the next control on the form:
If AutoTab is set to False, the input focus will never move to another control automatically.
The AutoTab property is usually used with fixed masks (not numeric or date/time fields), so fewer keystrokes are required for data entry.
The NextControl or PrevControl methods can be used by an application to explicitly advance to the next control on the form.
The TabAdvance and TabAdvanceLast properties can be used to control the use of the Tab key within the Masked Edit control.