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 nHighContrastMode field on SFTBUTTON_CONTROL and for SetHighContrastMode / GetHighContrastMode.
| SFTBUTTON_HIGHCONTRAST_AUTO (2) | Follow the Windows High Contrast accessibility setting. The control re-renders when the setting flips and sends SFTBUTTONN_HIGHCONTRAST_CHANGED to its parent. Default. |
| SFTBUTTON_HIGHCONTRAST_ON (1) | Always render using the system palette regardless of the Windows setting. |
| SFTBUTTON_HIGHCONTRAST_OFF (0) | Ignore the Windows High Contrast setting. Not recommended in shipping applications. |
When high contrast is active, caller-supplied color overrides are ignored and the system palette wins. Themes also fall back to the system "Button" / "Toolbar" / "Combobox" classes so the user's HC theme renders unchanged.
See Also SetHighContrastMode | GetHighContrastMode | IsHighContrastActive | High Contrast | SFTBUTTON_DARKMODE
