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 text color used to draw Tool Tips and Scroll Tips.
Deprecated - Provided for compatibility with earlier versions only - Use Items.ToolTipForeColor instead
Get
| VB.NET | Clr = object.ToolTipForeColor As System.Drawing.Color![]() |
| VB | Clr = object.ToolTipForeColor As OLE_COLOR |
| C#.NET | System.Drawing.Color Clr = object.ToolTipForeColor; |
| VC++ | OLE_COLOR Clr = object->ToolTipForeColor; OLE_COLOR Clr = object->GetToolTipForeColor(); |
| C | HRESULT object->get_ToolTipForeColor(OLE_COLOR* Clr); |
Put
| VB.NET | object.ToolTipForeColor = Clr As System.Drawing.Color![]() |
| VB | object.ToolTipForeColor = Clr As OLE_COLOR |
| C#.NET | System.Drawing.Color object.ToolTipForeColor = Clr; |
| VC++ | OLE_COLOR object->ToolTipForeColor = Clr; void object->PutToolTipForeColor(OLE_COLOR Clr); |
| C | HRESULT object->put_ToolTipForeColor(OLE_COLOR Clr); |
object
Clr
Defines the text 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.ToolTipForeColor instead
The ToolTipForeColor property defines the text color used to draw Tool Tips and Scroll Tips.
See Also SftTree Object | Object Hierarchy
