Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ToolTipForeColor Property, SftTree Object

Defines the text color used to draw Tool Tips and Scroll Tips.

Deprecated - Provided for compatibility with earlier versions only - Use Items.ToolTipForeColor instead

Syntax

Get

VB.NETClr = object.ToolTipForeColor As System.Drawing.Color
VBClr = object.ToolTipForeColor As OLE_COLOR
C#.NETSystem.Drawing.Color Clr = object.ToolTipForeColor;
VC++OLE_COLOR Clr = object->ToolTipForeColor;
OLE_COLOR Clr = object->GetToolTipForeColor();
CHRESULT object->get_ToolTipForeColor(OLE_COLOR* Clr);

Put

VB.NETobject.ToolTipForeColor = Clr As System.Drawing.Color
VBobject.ToolTipForeColor = Clr As OLE_COLOR
C#.NETSystem.Drawing.Color object.ToolTipForeColor = Clr;
VC++OLE_COLOR object->ToolTipForeColor = Clr;
void object->PutToolTipForeColor(OLE_COLOR Clr);
CHRESULT object->put_ToolTipForeColor(OLE_COLOR Clr);

object

A SftTree 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 ...".

Comments

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


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.