Class
RadCircularProgressBarAutomationPeer

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

RadCircularProgressBarAutomationPeer(RadCircularProgressBar)

Initializes a new instance of the RadCircularProgressBarAutomationPeer class.

Declaration

cs-api-definition
public RadCircularProgressBarAutomationPeer(RadCircularProgressBar owner)

Parameters

owner

RadCircularProgressBar

The owner.

Methods

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

Overrides RadProgressBarAutomationPeer.GetClassNameCore()

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

Overrides RadProgressBarAutomationPeer.GetHelpTextCore()

GetItemStatusCore()

Declaration

cs-api-definition
protected override string GetItemStatusCore()

Returns

string

Overrides RadProgressBarAutomationPeer.GetItemStatusCore()

GetLocalizedControlTypeCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

The type of the control.

Overrides RadProgressBarAutomationPeer.GetLocalizedControlTypeCore()