Resets the Control.ForeColor to its default value.
Calling this method will reset the Control.ForeColor to System.Drawing.SystemColors.Highlight unless the method is overridden in a derived class. The ProgressBar.ResetForeColor method is useful when you create a designer for the control, or you are creating your own control that incorporates the System.Windows.Forms.ProgressBar.