Class
NumericTextBoxAutomationPeer

Automation Peer for the NumericTextBox class.

Definition

Namespace:Telerik.UI.Automation.Peers

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class NumericTextBoxAutomationPeer : TextBoxAutomationPeer

Inheritance: objectNumericTextBoxAutomationPeer

Constructors

NumericTextBoxAutomationPeer(TextBox, RadNumericBox)

Initializes a new instance of the NumericTextBoxAutomationPeer class.

Declaration

cs-api-definition
public NumericTextBoxAutomationPeer(TextBox tBox, RadNumericBox numeric)

Parameters

tBox

TextBox

The TextBox that is associated with this NumericTextBoxAutomationPeer.

numeric

RadNumericBox

The RadNumeriBox that is associated with this NumericTextBoxAutomationPeer.

Methods

GetAutomationControlTypeCore()

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

GetNameCore()

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string

GetPatternCore(PatternInterface)

Declaration

cs-api-definition
protected override object GetPatternCore(PatternInterface patternInterface)

Parameters

patternInterface

PatternInterface

Returns

object