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
Returns whether high contrast rendering is currently in effect.
C
BOOL SftMask_IsHighContrastActive(HWND hwndCtl);
C++
BOOL CSftMask::IsHighContrastActive() const;
hwndCtl
The window handle of the masked edit control.
The return value is TRUE if high contrast rendering is currently in effect (after resolving SFTMASK_HIGHCONTRAST_AUTO against the Windows setting).
While high contrast is active, dark mode rendering is suppressed - high contrast takes precedence (see High Contrast).
See Also SetHighContrastMode | GetHighContrastMode | IsDarkModeActive | High Contrast
