Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

RowColHeaderForeColor Property, SftTree Object

Defines the row/column header's text color.

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

Syntax

Get

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

Put

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

object

A SftTree object.

Clr

Defines the row/column header's text color. 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.ForeColor instead

The RowColHeaderForeColor property defines the row/column header's text color.

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.