SftButton/DLL 3.0 - Button Control (Coming Soon)
SftTabs/DLL 7.0 - Tab Control (Coming Soon)
SftTree/DLL 7.5 - Tree Control
SftTree/DLL 8.0 - Tree Control (Coming Soon)
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
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
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
