Class RadProgressBarAutomationPeer
UI Automation peer class for RadProgressBar.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.dll
Syntax
public class RadProgressBarAutomationPeer : RadProgressBarAutomationPeer, IRangeValueProvider
Constructors
RadProgressBarAutomationPeer(RadProgressBar)
Initializes a new instance of the RadProgressBarAutomationPeer class.
Declaration
public RadProgressBarAutomationPeer(RadProgressBar owner)
Parameters
RadProgressBar
owner
|
Methods
GetLocalizedControlTypeCore()
Returns a localized string that contains the type name of the owner control.
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
A localized string that contains the type name of the owner control. |
Remarks
This method is called by System.Windows.Automation.Peers.AutomationPeer.GetLocalizedControlType.
GetNameCore()
Gets the text label of the System.Windows.ContentElement that is associated with this System.Windows.Automation.Peers.ContentElementAutomationPeer. Called by System.Windows.Automation.Peers.AutomationPeer.GetName.
Declaration
protected override string GetNameCore()
Returns
System.String
The text label of the element that is associated with this automation peer. |