Having trouble getting help?
Contact Support
Contact Support
Applying Themes in Windows Forms Progress Bar (ProgressBarAdv)
28 Apr 20211 minute to read
The ProgressBarAdv control can now be themed by enabling the ThemesEnabled property.
this.progressBarAdv1.ThemesEnabled = true;
Me.progressBarAdv1.ThemesEnabled = True
NOTE
Refer to the Foreground Style Settings topic for more information on ProgressStyle property.