Copyright © 1998-2015 MultiMedia Soft

ProgressBarType property

Previous pageReturn to chapter overviewNext page

Type

short for Visual C++

enumProgressBarTypes for Visual Basic

 

 

Syntax

object.ProgressBarType [=enumProgressBarTypes]

 

 

Remarks

The type of progress bar.

Supported values are the following:

Mnemonic constant

Value

Meaning

PROGRESS_BAR_HORIZONTAL_WE

0 (default)

The progress bar is horizontal and evolves from West to East

3dabm_i00019c

PROGRESS_BAR_HORIZONTAL_EW

1

The progress bar is horizontal and evolves from East to West

3dabm_i00019d

PROGRESS_BAR_VERTICAL_SN

2

The progress bar is vertical and evolves from South to North

3dabm_i00019f

PROGRESS_BAR_VERTICAL_NS

3

The progress bar is vertical and evolves from North to South

3dabm_i0001a0

PROGRESS_BAR_RADIAL_0_CW

4

The progress bar is radial, starts from 0 degrees and evolves clockwise

3dabm_i0001a1

PROGRESS_BAR_RADIAL_90_CW

5

The progress bar is radial, starts from 90 degrees and evolves clockwise

3dabm_i0001a2

PROGRESS_BAR_RADIAL_180_CW

6

The progress bar is radial, starts from 180 degrees and evolves clockwise

3dabm_i0001a3

PROGRESS_BAR_RADIAL_270_CW

7

The progress bar is radial, starts from 270 degrees and evolves clockwise

3dabm_i0001a4

PROGRESS_BAR_RADIAL_0_ACW

8

The progress bar is radial, starts from 0 degrees and evolves anti-clockwise

3dabm_i0001a2

PROGRESS_BAR_RADIAL_90_ACW

9

The progress bar is radial, starts from 90 degrees and evolves anti-clockwise

3dabm_i0001a3

PROGRESS_BAR_RADIAL_180_ACW

10

The progress bar is radial, starts from 180 degrees and evolves anti-clockwise

3dabm_i0001a4

PROGRESS_BAR_RADIAL_270_ACW

11

The progress bar is radial, starts from 270 degrees and evolves anti-clockwise

3dabm_i0001a1

 

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.