HeaderPane
Main
Hide

SftTree/OCX 8.0 - ActiveX Tree Control

Share Link
Print

ProgressColorOrientation Property, SftTreeCell Object

Defines the progress bar's gradient fill orientation.

Syntax

Get

VB.NETStyle = object.ProgressColorOrientation As SftTreeOrientationDefaultConstants
VBStyle = object.ProgressColorOrientation As SftTreeOrientationDefaultConstants
C#.NETSftTreeOrientationDefaultConstants Style = object.ProgressColorOrientation;
VC++enum SftTreeOrientationDefaultConstants Style = object->ProgressColorOrientation;
enum SftTreeOrientationDefaultConstants Style = object->GetProgressColorOrientation();
CHRESULT object->get_ProgressColorOrientation(enum SftTreeOrientationDefaultConstants* Style);

Put

VB.NETobject.ProgressColorOrientation = Style As SftTreeOrientationDefaultConstants
VBobject.ProgressColorOrientation = Style As SftTreeOrientationDefaultConstants
C#.NETSftTreeOrientationDefaultConstants object.ProgressColorOrientation = Style;
VC++enum SftTreeOrientationDefaultConstants object->ProgressColorOrientation = Style;
void object->PutProgressColorOrientation(enum SftTreeOrientationDefaultConstants Style);
CHRESULT object->put_ProgressColorOrientation(enum SftTreeOrientationDefaultConstants Style);

object

A SftTreeCell object.

Style

Defines the progress bar's gradient fill orientation.

NameValueDescription
defaultOrientationSftTree-1(Default) - The default orientation defined using Column.ProgressColorOrientation is used.
horizontalDefaultOrientationSftTree0Horizontal - The gradient fill orientation is horizontal, starting at the left using Cell.ProgressColor and ending at the right edge of the cell using Cell.ProgressColorEnd (reversed when using RightToLeft rendering).
verticalDefaultOrientationSftTree1Vertical - The gradient fill orientation is vertical, starting at the top using Cell.ProgressColor and ending at the bottom using Cell.ProgressColorEnd.

Comments

The ProgressColorOrientation property defines the progress bar's gradient fill orientation.

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.