Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

HilightColor Property, SftTree Object

Defines the color used to draw the highlighted edge of items.

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

Syntax

Get

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

Put

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

object

A SftTree object.

Clr

Defines the color used to draw the highlighted edge of items. 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.HilightColor instead

The HilightColor property defines the color used to draw the highlighted edge of items.

Highlighted item edges are only used if the Items.Cell3D property is set to True.

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.