| void CBCGPTaskDialog::SetProgressBarMarquee | ( | BOOL | bEnabled = TRUE, | 
| int | nMarqueeSpeed = 0, | ||
| CBCGPProgressCtrl::BCGP_MARQUEE_STYLE | style = CBCGPProgressCtrl::BCGP_MARQUEE_DEFAULT, | ||
| BOOL | bMarqueeDotsFade = FALSE | ||
| ) | 
Configures a marquee bar for the CBCGPTaskDialog and adds it to the dialog box.
| bEnabled | TRUE to enable the marquee bar; FALSE to disable the marquee bar and remove it from the CBCGPTaskDialog. | 
| nMarqueeSpeed | An integer that indicates the speed of the marquee bar. | 
| style | The marquee bar style. | 
| bMarqueeDotsFade | Set the parameter to TRUE if you wish to display the marquee dots with a fading effect during progress. |