Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

HilightColor Property, SftTreeItems Object

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

Syntax

Get

VB.NETClr = object.HilightColor As UInteger
VBClr = object.HilightColor As OLE_COLOR
C#.NETuint 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 UInteger
VBobject.HilightColor = Clr As OLE_COLOR
C#.NETuint object.HilightColor = Clr;
VC++OLE_COLOR object->HilightColor = Clr;
void object->PutHilightColor(OLE_COLOR Clr);
CHRESULT object->put_HilightColor(OLE_COLOR Clr);

object

A SftTreeItems 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

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 SftTreeItems Object | Object Hierarchy


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