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

Provides the automation peer for the RadCalculator class. This class is responsible for exposing RadCalculator to UI automation clients, enabling them to interact with the calculator control. It overrides methods to provide the appropriate class name, control type, and localized control type, as well as item status information for accessibility purposes.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

C#
public class RadCalculatorAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectRadCalculatorAutomationPeer

Constructors

Initializes a new instance of the RadCalculatorAutomationPeer class.

C#
public RadCalculatorAutomationPeer(RadCalculator owner)
Parameters:ownerRadCalculator

The RadCalculator.

Methods

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

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.