|
|
|
SftTreeItems.ToolTipForeColor Property |
Defines the text color used to draw ToolTips and ScrollTips.
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 : Cardinal; |
||
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 : Cardinal; |
object
A SftTreeItems 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
The ToolTipForeColor property defines the text color used to draw ToolTips and ScrollTips.
See Also SftTreeItems Object | Object Hierarchy