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
Returns whether dark mode is currently active.
Get
| VB.NET | Boolean = object.DarkModeActive As Boolean |
| VB | Boolean = object.DarkModeActive As Boolean |
| C#.NET | bool Boolean = object.DarkModeActive; |
| VC++ | VARIANT_BOOL Boolean = object->DarkModeActive; VARIANT_BOOL Boolean = object->GetDarkModeActive(); |
| C | HRESULT object->get_DarkModeActive(VARIANT_BOOL* Boolean); |
object
Boolean
Returns whether dark mode is currently active.
| Boolean | Description |
|---|---|
| True | Dark mode is currently active. |
| False | Dark mode is not active. |
The DarkModeActive property returns whether dark mode is currently active.
The dark mode setting is defined using the DarkMode property.
See Also SftTree Object | Object Hierarchy | Dark Mode
