For the default ProgressBar control, when the value is less than the max value, there is a glow effect (white part in bottom progress bar). Is there a simple way to disable the glow?

For the default ProgressBar control, when the value is less than the max value, there is a glow effect (white part in bottom progress bar). Is there a simple way to disable the glow?

Works on toolstrip progress bars. 'Don't know about Forms.ProgressBar but seems like it should.
In case anyone was wondering, I solved this by using the custom progress bar class in the second answer here. The custom progress bar doesn't have a glow effect, and it also has the feature of allowing custom text on the progress bar. I also used the third answer ("Avoid flickering text") to solve the flicker problem.