Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ColHeaderBackColor Property, SftTree Object

Defines the background color for all column headers.

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

Syntax

Get

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

Put

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

object

A SftTree object.

Clr

Defines the background color for 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.BackColor instead

The ColHeaderBackColor property defines the background color for all column headers.

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.