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
Values for the iHoverStyle field on SFTBUTTON_CONTROL.
| SFTBUTTON_HOVERSTYLE_CONTROL (0) | Hover state turns on when the mouse enters the button's client rectangle and off when it leaves. Default. |
| SFTBUTTON_HOVERSTYLE_EXACT (1) | Hover state turns on only when the mouse is over a pixel covered by text or an image. Background padding is ignored. |
fHoverOn on SFTBUTTON_CONTROL is TRUE whenever the mouse is over the button. The companion fields fHoverOnPic1, fHoverOnPic2 and fHoverOnText are TRUE only over the corresponding region and are most useful with SFTBUTTON_HOVERSTYLE_EXACT.
See Also Hover Detection | SFTBUTTON_CONTROL
