Provides the automation peer for the RadCircularProgressBar control, facilitating interaction with UI Automation clients. This class inherits from RadProgressBarAutomationPeer and implements the IRangeValueProvider interface, enabling control of range value interaction.
The RadCircularProgressBarAutomationPeer class overrides several methods to provide localized control type, class name, help text, and item status information specific to the RadCircularProgressBar control.
By implementing these methods, the class enhances accessibility and usability of the circular progress bar within UI Automation, allowing for better integration with assistive technologies.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.dll
Syntax:
public class RadCircularProgressBarAutomationPeer : RadProgressBarAutomationPeer, IRangeValueProvider
Inheritance: objectRangeBaseAutomationPeerRangeBaseAutomationPeerRadProgressBarAutomationPeerRadCircularProgressBarAutomationPeer
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadCircularProgressBarAutomationPeer class.
public RadCircularProgressBarAutomationPeer(RadCircularProgressBar owner)
The owner.
Methods
When overridden in a derived class, is called by .
protected override string GetLocalizedControlTypeCore()
The type of the control.
Overrides: