Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ProgressStyle Property, SftTreeColumn Object

Defines the default progress bar appearance for cells in this column.

Syntax

Get

VB.NETStyle = object.ProgressStyle As SftTreeProgressStyleConstants
VBStyle = object.ProgressStyle As SftTreeProgressStyleConstants
C#.NETSftTreeProgressStyleConstants Style = object.ProgressStyle;
VC++enum SftTreeProgressStyleConstants Style = object->ProgressStyle;
enum SftTreeProgressStyleConstants Style = object->GetProgressStyle();
CHRESULT object->get_ProgressStyle(enum SftTreeProgressStyleConstants* Style);

Put

VB.NETobject.ProgressStyle = Style As SftTreeProgressStyleConstants
VBobject.ProgressStyle = Style As SftTreeProgressStyleConstants
C#.NETSftTreeProgressStyleConstants object.ProgressStyle = Style;
VC++enum SftTreeProgressStyleConstants object->ProgressStyle = Style;
void object->PutProgressStyle(enum SftTreeProgressStyleConstants Style);
CHRESULT object->put_ProgressStyle(enum SftTreeProgressStyleConstants Style);

object

A SftTreeColumn object.

Style

Defines the default progress bar appearance for cells in this column.

NameValueDescription
fullsizeProgressStyleSftTree0Full Size - The progress bar is rendered using the full height of a cell.
smallProgressStyleSftTree1Small - The progress bar is rendered vertically centered with a height of approximately 1/3 of the cell's height.

Comments

The ProgressStyle property defines the default progress bar appearance for cells in this column.

Cells can override the progress bar appearance using the Cell.ProgressStyle 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.