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
A numeric input field can be defined to accept up/down button clicks. Up/down buttons are only displayed if the EditStyle property is suitably defined and if the numeric field uses the ^ subtoken (see Mask property).
Numeric fields with a minimum/maximum range require no further programming to allow the up/down buttons to increment/decrement the current value. For other numeric fields (without minimum/maximum range), the UpDownPress event must be implemented to increment/decrement the current value under program control. Using the UpDownPress event, an application can implement its own minimum/maximum range and also a delayed or custom increment.
The UpDownHandled event occurs after the control contents have been modified using the up/down button.
Up/down buttons support hot-tracking starting with Windows 98 and Windows 2000 (see HotTrack property). On earlier Windows versions this property has no effect.
The up/down buttons can be disabled using the LockedUpDown property.