Class NumericTextBoxAutomationPeer
Inheritance
System.Object
NumericTextBoxAutomationPeer
Namespace: Telerik.UI.Automation.Peers
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class NumericTextBoxAutomationPeer : TextBoxAutomationPeer
Constructors
NumericTextBoxAutomationPeer(TextBox, RadNumericBox)
Declaration
public NumericTextBoxAutomationPeer(TextBox tBox, RadNumericBox numeric)
Parameters
|
Microsoft.UI.Xaml.Controls.TextBox
tBox
|
|
RadNumericBox
numeric
|
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationControlType
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
|
System.String
|
GetPatternCore(PatternInterface)
Declaration
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
|
Microsoft.UI.Xaml.Automation.Peers.PatternInterface
patternInterface
|
Returns
|
System.Object
|