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

AutomationPeer class for RadRating.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

C#
public class RadRatingAutomationPeer : FrameworkElementAutomationPeer, IValueProvider

Inheritance: objectRadRatingAutomationPeer

Implements: IValueProvider

Constructors

Initializes a new instance of the RadRatingAutomationPeer class.

C#
public RadRatingAutomationPeer(RadRating owner)
Parameters:ownerRadRating

The owner.

Properties

Gets a value that specifies whether the value of a control is read-only.

C#
public bool IsReadOnly { get; }
Property Value:

true if the value is read-only; false if it can be modified.

Gets the value of the control.

C#
public string Value { get; }
Property Value:

The value of the control as a string.

Methods

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

C#
protected override List<AutomationPeer> GetChildrenCore()
Returns:

List<AutomationPeer>

C#
protected override string GetClassNameCore()
Returns:

string

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemStatusCore()
Returns:

string

When overridden in a derived class, is called by .

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

The type of the control.

C#
protected override string GetNameCore()
Returns:

string

C#
public override object GetPattern(PatternInterface patternInterface)
Parameters:patternInterfacePatternInterfaceReturns:

object

Sets the value of a control.

C#
public void SetValue(string value)
Parameters:valuestring