ClassRadCalculatorAutomationPeer
Class
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:
cs-api-definition
public class RadCalculatorAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectRadCalculatorAutomationPeer
Constructors
RadCalculatorAutomationPeer(RadCalculator)
Initializes a new instance of the RadCalculatorAutomationPeer class.
Declaration
cs-api-definition
public RadCalculatorAutomationPeer(RadCalculator owner)
Parameters
owner
The RadCalculator.
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by .
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns
The type of the control.