Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ToolTipBackColor Property, SftTree Object

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

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

Syntax

Get

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

Put

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

object

A SftTree object.

Clr

Defines the background 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.ToolTipBackColor instead

The ToolTipBackColor property defines the background 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.


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.