New to Telerik UI for WinForms? Download free 30-day trial

ProgressBar

The ProgressBars in your application will be converted to RadProgressBar. The following tables describe which properties, methods and events are removed and which are replaced with similar equivalents.

Properties Action RadControls Equivalent
MarqueeAnimationSpeed Removed
Style Produces Error
Value Replaced Value1
RightToLeftLayout Removed
Methods Action RadControls Equivalent
PerformStep() Replaced ProgressBarElement.PerformStepValue1()
Increment(value) Replaced ProgressBarElement.IncrementValue1(value)
Events Action RadControls Equivalent
RightToLeftLayoutChanged Removed

See Also

In this article