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 dark mode state has changed (Automatic dark mode only).
| VB.NET | Private Sub object_DarkModeChange(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.DarkModeChange |
| VB | Private Sub object_DarkModeChange(ByVal Active As Boolean) |
| C#.NET | void object_DarkModeChange(object sender, EventArgumentType e); |
| VC++ | void OnDarkModeChangeobject(VARIANT_BOOL Active); |
| C | HRESULT OnDarkModeChangeobject(VARIANT_BOOL Active); |
object
Active
The new effective dark mode state (True if dark mode is now active).
The DarkModeChange event occurs when the effective dark mode state changes while DarkMode is set to darkSftTreeAuto and the user changes the Windows setting.
See Also SftTree Object | Object Hierarchy | Dark Mode
