ClassRadCircularProgressBarAutomationPeer
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
RadCircularProgressBarAutomationPeer(RadCircularProgressBar)
Initializes a new instance of the RadCircularProgressBarAutomationPeer class.
Declaration
public RadCircularProgressBarAutomationPeer(RadCircularProgressBar owner)
Parameters
owner
The owner.
Methods
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
Overrides
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by .
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
The type of the control.
Overrides