Class SfCalculatorAutomationPeer
Represents an automation peer for the SfCalculator control.
Inheritance
System.Object
SfCalculatorAutomationPeer
Namespace: Syncfusion.Windows.Controls.Input
Assembly: Syncfusion.SfInput.Wpf.dll
Syntax
public class SfCalculatorAutomationPeer : FrameworkElementAutomationPeer
Constructors
SfCalculatorAutomationPeer(SfCalculator)
Initializes a new instance of the SfCalculatorAutomationPeer class.
Declaration
public SfCalculatorAutomationPeer(SfCalculator Owner)
Parameters
| Type | Name | Description |
|---|---|---|
| SfCalculator | Owner | The SfCalculator instance associated with this automation peer. |
Methods
GetAutomationControlTypeCore()
Gets the control type for the associated SfCalculator control.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
| Type | Description |
|---|---|
| System.Windows.Automation.Peers.AutomationControlType | An System.Windows.Automation.Peers.AutomationControlType value that represents the control type. |
GetAutomationIdCore()
Gets an automation ID for the associated SfCalculator control.
Declaration
protected override string GetAutomationIdCore()
Returns
| Type | Description |
|---|---|
| System.String | A string that represents the automation ID. |
GetClassNameCore()
Gets the class name for the associated SfCalculator control.
Declaration
protected override string GetClassNameCore()
Returns
| Type | Description |
|---|---|
| System.String | A string that represents the class name of the associated control. |
GetHelpTextCore()
Gets the help text for the associated control.
Declaration
protected override string GetHelpTextCore()
Returns
| Type | Description |
|---|---|
| System.String | A help text for the control. |
GetNameCore()
Gets the name of the associated control.
Declaration
protected override string GetNameCore()
Returns
| Type | Description |
|---|---|
| System.String | The name of the control. |