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)
The RadCalculator.
Methods
C#
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
When overridden in a derived class, is called by .