HeaderPane
Main
Hide

SftTree/OCX 8.0 - ActiveX Tree Control

Share Link
Print

ProgressColor Property, SftTreeCell Object

Defines the progress bar color used for this cell.

Syntax

Get

VB.NETClr = object.ProgressColor As UInteger
VBClr = object.ProgressColor As OLE_COLOR
C#.NETuint Clr = object.ProgressColor;
VC++OLE_COLOR Clr = object->ProgressColor;
OLE_COLOR Clr = object->GetProgressColor();
CHRESULT object->get_ProgressColor(OLE_COLOR* Clr);

Put

VB.NETobject.ProgressColor = Clr As UInteger
VBobject.ProgressColor = Clr As OLE_COLOR
C#.NETuint object.ProgressColor = Clr;
VC++OLE_COLOR object->ProgressColor = Clr;
void object->PutProgressColor(OLE_COLOR Clr);
CHRESULT object->put_ProgressColor(OLE_COLOR Clr);

object

A SftTreeCell object.

Clr

Defines the progress bar color used for this cell. -1 indicates that there is no defined color and the default defined using Column.ProgressColor is used. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

The ProgressColor property defines the progress bar color used for this cell.

The Cell.ProgressColorEnd property combined with ProgressColor can be used to define a gradient fill for the progress bar. The orientation of the gradient fill can be defined using the Cell.ProgressColorOrientation property.

A progress bar is only shown for the cell if its Cell.ProgressMax property is set to a value other than 0.

See Also SftTreeCell Object | Object Hierarchy


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