|
|
|
SftTree.ToolTipBackColor Property |
Defines the background color used to draw ToolTips and ScrollTips.
Deprecated - Provided for compatibility with earlier versions only - Use Items.ToolTipBackColor instead
Syntax
VB.NET |
|||
VB |
Clr = object.ToolTipBackColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->ToolTipBackColor;
|
||
C |
HRESULT object->get_ToolTipBackColor(OLE_COLOR* Clr); |
||
Delphi |
Clr := object.ToolTipBackColor : TColor; |
||
VB.NET |
|||
VB |
object.ToolTipBackColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->ToolTipBackColor = Clr;
|
||
C |
HRESULT object->put_ToolTipBackColor(OLE_COLOR Clr); |
||
Delphi |
object.ToolTipBackColor := Clr : TColor; |
object
A SftTree object.
Clr
Defines the background 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.ToolTipBackColor instead
The ToolTipBackColor property defines the background color used to draw ToolTips and ScrollTips.
See Also SftTree Object | Object Hierarchy