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 Rad
Declaration
public RadClockAutomationPeer(RadClock owner)
Parameters
Rad The owner. |
Methods
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by System.
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System. 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. A text label of the Element associated with this Automation Peer. |