Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ProgressColorOrientation Property, SftTreeColumn Object

Defines the default gradient fill orientation for progress bars in this column.

Syntax

Get

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

Put

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

object

A SftTreeColumn object.

Style

Defines the default gradient fill orientation for progress bars in this column.

NameValueDescription
horizontalOrientationSftTree0Horizontal - The gradient fill orientation is horizontal, starting at the left using Column.ProgressColor and ending at the right edge of the cell using Column.ProgressColorEnd (reversed when using RightToLeft rendering).
verticalOrientationSftTree1Vertical - The gradient fill orientation is vertical, starting at the top using Column.ProgressColor and ending at the bottom using Column.ProgressColorEnd.

Comments

The ProgressColorOrientation property defines the default gradient fill orientation for progress bars in this column.

Cells can override the default gradient fill orientation for progress bars using the Cell.ProgressColorOrientation property.

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

See Also SftTreeColumn Object | Object Hierarchy


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


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.