Class RadClockAutomationPeer
The AutomationPeer associated with the RadClock class.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class RadClockAutomationPeer : RadListBoxAutomationPeer, ISelectionProvider, IScrollProvider
Constructors
RadClockAutomationPeer(RadClock)
Initializes a new instance of the RadClockAutomationPeer class.
Declaration
public RadClockAutomationPeer(RadClock owner)
Parameters
RadClock
owner
The owner. |
Methods
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetLocalizedControlType.
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
The type of the control. |
Overrides
GetNameCore()
Returns the text label of the FrameworkElement associated with this AutomationPeers. Called by AutomationPeer.GetName.
Declaration
protected override string GetNameCore()
Returns
System.String
A text label of the Element associated with this Automation Peer. |