Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

BackColorEnd Property, SftTreeColumn Object

Defines the default background color of cells in this column, 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 SftTreeColumn object.

Clr

Defines the default background color of cells in this column, 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 default background color of cells in this column, combined with BackColor creating a gradient fill.

Cells can override the ending background color using the Cell.BackColorEnd property.

See Also SftTreeColumn Object | Object Hierarchy


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