| 
       
  | 
     
       
  | 
     
       
  | 
    
| 
       SftTree.ToolTipForeColor Property  | 
     
Defines the text color used to draw ToolTips and ScrollTips.
Deprecated - Provided for compatibility with earlier versions only - Use Items.ToolTipForeColor instead
Syntax
| 
       VB.NET  | 
     |||
| 
       VB  | 
     
       Clr = object.ToolTipForeColor As OLE_COLOR  | 
    ||
| 
       C#.NET  | 
     |||
| 
       VC++  | 
     
       
OLE_COLOR Clr = object->ToolTipForeColor;
  | 
    ||
| 
       C  | 
     
       HRESULT object->get_ToolTipForeColor(OLE_COLOR* Clr);  | 
    ||
| 
       Delphi  | 
     
       Clr := object.ToolTipForeColor : TColor;  | 
    ||
| 
       VB.NET  | 
     |||
| 
       VB  | 
     
       object.ToolTipForeColor = Clr As OLE_COLOR  | 
    ||
| 
       C#.NET  | 
     |||
| 
       VC++  | 
     
       
OLE_COLOR object->ToolTipForeColor = Clr;
  | 
    ||
| 
       C  | 
     
       HRESULT object->put_ToolTipForeColor(OLE_COLOR Clr);  | 
    ||
| 
       Delphi  | 
     
       object.ToolTipForeColor := Clr : TColor;  | 
    ||
object
A SftTree object.
Clr
Defines the text color used to draw ToolTips and ScrollTips. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".
Comments
Deprecated - Provided for compatibility with earlier versions only - Use Items.ToolTipForeColor instead
The ToolTipForeColor property defines the text color used to draw ToolTips and ScrollTips.
See Also SftTree Object | Object Hierarchy