Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

HilightColor Property, SftTreeRowColumnHeader Object

Defines the color used to draw the highlighted edge of the row/column header.

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 SftTreeRowColumnHeader object.

Clr

Defines the color used to draw the highlighted edge of the row/column header. 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 the row/column header.

This property has no effect if Windows themes are used.

See Also SftTreeRowColumnHeader Object | Object Hierarchy


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