HeaderPane
Main
Hide

SftTree/OCX 8.0 - ActiveX Tree Control

Share Link
Print

ProgressStyle Property, SftTreeCell Object

Defines the progress bar's appearance.

Syntax

Get

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

Put

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

object

A SftTreeCell object.

Style

Defines the progress bar's appearance.

Comments

The ProgressStyle property defines the progress bar's appearance.

See Also SftTreeCell Object | Object Hierarchy


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