Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

SelectBackColorEnd Property, SftTreeColumn Object

Defines the background color of selected items in this column, combined with SelectBackColor creating a gradient fill.

Syntax

Get

VB.NETClr = object.SelectBackColorEnd As UInteger
VBClr = object.SelectBackColorEnd As OLE_COLOR
C#.NETuint Clr = object.SelectBackColorEnd;
VC++OLE_COLOR Clr = object->SelectBackColorEnd;
OLE_COLOR Clr = object->GetSelectBackColorEnd();
CHRESULT object->get_SelectBackColorEnd(OLE_COLOR* Clr);

Put

VB.NETobject.SelectBackColorEnd = Clr As UInteger
VBobject.SelectBackColorEnd = Clr As OLE_COLOR
C#.NETuint object.SelectBackColorEnd = Clr;
VC++OLE_COLOR object->SelectBackColorEnd = Clr;
void object->PutSelectBackColorEnd(OLE_COLOR Clr);
CHRESULT object->put_SelectBackColorEnd(OLE_COLOR Clr);

object

A SftTreeColumn object.

Clr

Defines the background color of selected items in this column, combined with SelectBackColor 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 SelectBackColorEnd property defines the background color of selected items in this column, combined with SelectBackColor creating a gradient fill.

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

See Also SftTreeColumn Object | Object Hierarchy


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