Copyright © 1998-2015 MultiMedia Soft

ProgressBarFillMode property

Previous pageReturn to chapter overviewNext page

Type

short for Visual C++

enumProgressBarFillModes for Visual Basic

 

 

Syntax

object.SmoothEdges [=enumProgressBarFillModes]

 

 

Remarks

The fill mode when the SpecialEffect property has been set to a value different from SPECIAL_EFFECT_NONE.

Supported values are the following:

Mnemonic constant

Value

Meaning

PROGRESS_BAR_FILL_WHOLE

0 (default)

The whole surface is filled

3dabm_i0001a5

POGRESS_BAR_FILL_OUTSIDE

1

Only the outer portion of the surface is filled

3dabm_i0001a6

PROGRESS_BAR_FILL_INSIDE

2

Only the inner portion of the surface is filled

3dabm_i0001a7

 

This property is only used when the Style property of the control has been set to STYLE_PROGRESS_BAR.

For further details about the use of the Progress Bar control, see the How to use the control as a Progress Bar control section.