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 high contrast is currently active.
Get
| VB.NET | Boolean = object.HighContrastActive As Boolean |
| VB | Boolean = object.HighContrastActive As Boolean |
| C#.NET | bool Boolean = object.HighContrastActive; |
| VC++ | VARIANT_BOOL Boolean = object->HighContrastActive; VARIANT_BOOL Boolean = object->GetHighContrastActive(); |
| C | HRESULT object->get_HighContrastActive(VARIANT_BOOL* Boolean); |
object
Boolean
Returns whether high contrast is currently active.
| Boolean | Description |
|---|---|
| True | High contrast rendering is currently active. |
| False | High contrast rendering is not active. |
The HighContrastActive property returns whether high contrast is currently active.
The high contrast setting is defined using the HighContrastMode property.
See Also SftTree Object | Object Hierarchy | High Contrast
