Class NumberBoxAutomationPeer
Exposes SfNumberBox control to UI Automation.
Inheritance
System.Object
NumberBoxAutomationPeer
Implements
Microsoft.UI.Xaml.Automation.Provider.IRangeValueProvider
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public class NumberBoxAutomationPeer : FrameworkElementAutomationPeer, IRangeValueProvider
Constructors
NumberBoxAutomationPeer(SfNumberBox)
Declaration
public NumberBoxAutomationPeer(SfNumberBox control)
Parameters
Properties
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
LargeChange
Declaration
public double LargeChange { get; }
Property Value
Maximum
Declaration
public double Maximum { get; }
Property Value
Minimum
Declaration
public double Minimum { get; }
Property Value
SmallChange
Declaration
public double SmallChange { get; }
Property Value
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type |
Microsoft.UI.Xaml.Automation.Peers.AutomationControlType |
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
GetPatternCore(PatternInterface)
Declaration
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
Type |
Name |
Description |
Microsoft.UI.Xaml.Automation.Peers.PatternInterface |
patternInterface |
|
Returns
SetValue(Double)
Declaration
public void SetValue(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Implements
Microsoft.UI.Xaml.Automation.Provider.IRangeValueProvider