Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ColHeaderHilightColor Property, SftTree Object

Defines the color used to draw the highlighted edge of all column headers.

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

Syntax

Get

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

Put

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

object

A SftTree object.

Clr

Defines the color used to draw the highlighted edge of all column headers. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

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

The ColHeaderHilightColor property defines the color used to draw the highlighted edge of all column headers.

All column headers use the same highlight color and cannot be defined individually.

This property has no effect if Windows themes are used.

See Also SftTree Object | Object Hierarchy


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