Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ColHeaderShadowColor Property, SftTree Object

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

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

Syntax

Get

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

Put

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

object

A SftTree object.

Clr

Defines the color used to draw the dark 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.ShadowColor instead

The ColHeaderShadowColor property defines the color used to draw the dark edge of all column headers.

All columns use the same shadow 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.