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/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
The effective high contrast state has changed (Automatic high contrast only).
| VB.NET | Private Sub object_HighContrastChange(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.HighContrastChange |
| VB | Private Sub object_HighContrastChange(ByVal Active As Boolean) |
| C#.NET | void object_HighContrastChange(object sender, EventArgumentType e); |
| VC++ | void OnHighContrastChangeobject(VARIANT_BOOL Active); |
| C | HRESULT OnHighContrastChangeobject(VARIANT_BOOL Active); |
object
Active
The new effective high contrast state (True if high contrast is now active).
The HighContrastChange event occurs when the effective high contrast state changes while HighContrastMode is set to highContrastSftTreeAuto and the user changes the Windows High Contrast setting.
See Also SftTree Object | Object Hierarchy | High Contrast
