SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftTree/NET 2.0 - Tree Control
Values for the iEditStyle field on SFTMASK_CONTROL, defining the additional buttons displayed by the masked edit control.
| SFTMASK_EDITNONE (0) | No additional buttons. Default. |
| SFTMASK_EDITUPDOWN (1) | Up-down buttons (spin buttons) are displayed. Numeric fields defined with the ^ subtoken can be incremented/decremented (see Up/Down Buttons). |
| SFTMASK_EDITCALENDARDROPDOWN (2) | A drop down button is displayed which opens the popup calendar for date input (see Popup Calendar). A modern calendar button style can be selected using the fDDButtonCalendar field. |
| SFTMASK_EDITELLIPSE (3) | An ellipse ("...") button is displayed. Clicking it sends the SFTMASKN_ELLIPSECLICKED notification; the action is application-defined (see Ellipse Buttons). |
See Also Up/Down Buttons | Popup Calendar | Ellipse Buttons | SFTMASK_CONTROL
