HeaderPane
Main
Hide

SftTree/OCX 8.0 - ActiveX Tree Control

Share Link
Print

BackColorEnd Property, SftTreeCell Object

Defines the cell's background color, combined with BackColor creating a gradient fill.

Syntax

Get

VB.NETClr = object.BackColorEnd As UInteger
VBClr = object.BackColorEnd As OLE_COLOR
C#.NETuint Clr = object.BackColorEnd;
VC++OLE_COLOR Clr = object->BackColorEnd;
OLE_COLOR Clr = object->GetBackColorEnd();
CHRESULT object->get_BackColorEnd(OLE_COLOR* Clr);

Put

VB.NETobject.BackColorEnd = Clr As UInteger
VBobject.BackColorEnd = Clr As OLE_COLOR
C#.NETuint object.BackColorEnd = Clr;
VC++OLE_COLOR object->BackColorEnd = Clr;
void object->PutBackColorEnd(OLE_COLOR Clr);
CHRESULT object->put_BackColorEnd(OLE_COLOR Clr);

object

A SftTreeCell object.

Clr

Defines the cell's background color, combined with BackColor creating a gradient fill. -1 indicates that there is no defined color and the default colors are used. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

The BackColorEnd property defines the cell's background color, combined with Cell.BackColor creating a gradient fill.

The Cell.BackColor property can be used to define the cell's background color, combined with BackColorEnd creating a gradient fill. The orientation of the gradient fill can be defined using the Cell.BackColorOrientation property. If Cell.BackColor is not defined, BackColorEnd is ignored and has no effect.

See Also SftTreeCell Object | Object Hierarchy


Last Updated 05/24/2026 - (email)
© 2026 Softel vdm, Inc.