ProgressBarEdit
You can change the operation mode of a progress bar by using the BaseEdit.StyleSettings property. To apply specific settings, assign the BaseEdit.StyleSettings property of a progress bar to one of the objects listed in the table below.
Operation Mode | Settings object | Description |
---|---|---|
Default | A progress bar that indicates the progress of a lengthy operation. This style is the default mode. | |
Marquee | The editor represents the marquee progress bar, which does not display progress. It is used to indicate that an operation is going on by continuously scrolling a block from left to right. |
See Also