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 the current high contrast setting (OFF / ON / AUTO).
C
int SftMask_GetHighContrastMode(HWND hwndCtl);
C++
int CSftMask::GetHighContrastMode() const;
hwndCtl
The window handle of the masked edit control.
The return value is the high contrast setting: SFTMASK_HIGHCONTRAST_OFF, SFTMASK_HIGHCONTRAST_ON or SFTMASK_HIGHCONTRAST_AUTO.
GetHighContrastMode returns the configured setting, not the resolved state. Use IsHighContrastActive to determine whether high contrast rendering is currently in effect.
See Also SetHighContrastMode | IsHighContrastActive | High Contrast
