Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

RowHeaderHilightColor Property, SftTree Object

Defines the default color used to draw the highlighted edge of row headers.

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

Syntax

Get

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

Put

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

object

A SftTree object.

Clr

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

The RowHeaderHilightColor property defines the default color used to draw the highlighted edge of row headers.

All row 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.


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.