ClassRangeControlBaseAutomationPeer
Class
Automation Peer for the RangeControlBase class.
Definition
Namespace:Telerik.UI.Automation.Peers
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class RangeControlBaseAutomationPeer : RadHeaderedControlAutomationPeer
Inheritance: objectRadControlAutomationPeerRadHeaderedControlAutomationPeerRangeControlBaseAutomationPeer
Derived Classes:
Constructors
RangeControlBaseAutomationPeer(RangeControlBase)
Initializes a new instance of the RangeControlBaseAutomationPeer class.
Declaration
cs-api-definition
public RangeControlBaseAutomationPeer(RangeControlBase owner)
Parameters
owner
The owner.
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
Overrides
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns
Overrides
GetNameCore()
GetNameCore will return a value matching (in priority order)
- Automation.Name
- Header
- FrameworkElements.GetNameCore()
- String.Empty
The priority mimics the behavior in AutoSuggestBox / ComboBox.