CGXProgressCtrl::SetRWUXThemeUse
void SetRWUXThemeUse(bool bUseRWTheme);
bUseRWTheme
A boolean value to enable or disable using Roguewave UX Theme library colors on the progress bar. If set to false, user can set custom colors on the progress bar, instead of the default color provided by UX theme library.
Remarks
By default, the UX Theme library always displays the progress bar in green. If user sets bUseRWTheme = false, they can set custom colors on the progress bar.