Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

RowColHeaderHilightColor Property, SftTree Object

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

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

Syntax

Get

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

Put

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

object

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

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

The RowColHeaderHilightColor 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 SftTree Object | Object Hierarchy


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