New to Telerik UI for WPFStart a free 30-day trial

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

Constructors

Initializes a new instance of the RadCircularProgressBarAutomationPeer class.

C#
public RadCircularProgressBarAutomationPeer(RadCircularProgressBar owner)
Parameters:ownerRadCircularProgressBar

The owner.

Methods

C#
protected override string GetClassNameCore()
Returns:

string

Overrides: RadProgressBarAutomationPeer.GetClassNameCore()

C#
protected override string GetHelpTextCore()
Returns:

string

Overrides: RadProgressBarAutomationPeer.GetHelpTextCore()

C#
protected override string GetItemStatusCore()
Returns:

string

Overrides: RadProgressBarAutomationPeer.GetItemStatusCore()

When overridden in a derived class, is called by .

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

The type of the control.

Overrides: RadProgressBarAutomationPeer.GetLocalizedControlTypeCore()