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
Defines the background color used to draw Tool Tips and Scroll Tips.
Deprecated - Provided for compatibility with earlier versions only - Use Items.ToolTipBackColor instead
Get
| VB.NET | Clr = object.ToolTipBackColor As System.Drawing.Color![]() |
| VB | Clr = object.ToolTipBackColor As OLE_COLOR |
| C#.NET | System.Drawing.Color Clr = object.ToolTipBackColor; |
| VC++ | OLE_COLOR Clr = object->ToolTipBackColor; OLE_COLOR Clr = object->GetToolTipBackColor(); |
| C | HRESULT object->get_ToolTipBackColor(OLE_COLOR* Clr); |
Put
| VB.NET | object.ToolTipBackColor = Clr As System.Drawing.Color![]() |
| VB | object.ToolTipBackColor = Clr As OLE_COLOR |
| C#.NET | System.Drawing.Color object.ToolTipBackColor = Clr; |
| VC++ | OLE_COLOR object->ToolTipBackColor = Clr; void object->PutToolTipBackColor(OLE_COLOR Clr); |
| C | HRESULT object->put_ToolTipBackColor(OLE_COLOR Clr); |
object
Clr
Defines the background color used to draw Tool Tips and Scroll Tips. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".
Deprecated - Provided for compatibility with earlier versions only - Use Items.ToolTipBackColor instead
The ToolTipBackColor property defines the background color used to draw Tool Tips and Scroll Tips.
See Also SftTree Object | Object Hierarchy
