ProgressBarStyle Property

Applies To
ProgressBar

Description
Get or sets the style of the ProgressBar.

Usage

GGet Form.Control.ProgressBarStyle, var  
GSet  Form.Control.ProgressBarStyle, value  
Form
Name of a form or string variable containing a form name.
Control
Name of a control or string variable containing a control name.
var
Integer variable that will contain the value of the property.
value
Integer expression for the new value of the property.

Values
1 - Continuous
2 - Marquee
Default: Continuous

See Also
ProgressBar

Example

GSet frmMain.ProgressBar1.ProgressBarStyle, PROGRESSBAR_STYLE_MARQUEE