ClassRadClockAutomationPeer
Class
The AutomationPeer associated with the RadClock class.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
[Obsolete("Use the RadClockAutomationPeer that is under the Telerik.Windows.Automation.Peers namespace")]
public class RadClockAutomationPeer : RadListBoxAutomationPeer, ISelectionProvider, IScrollProvider
Inheritance: objectRadListBoxAutomationPeerRadClockAutomationPeer
Derived Classes:
Implements:
Inherited Members
Constructors
RadClockAutomationPeer(RadClock)
Initializes a new instance of the RadClockAutomationPeer class.
Declaration
cs-api-definition
public RadClockAutomationPeer(RadClock owner)
Parameters
owner
The owner.
Methods
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by .
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns
The type of the control.
Overrides
GetNameCore()
Returns the text label of the FrameworkElement associated with this AutomationPeers. Called by AutomationPeer.GetName.
Declaration
cs-api-definition
protected override string GetNameCore()
Returns
A text label of the Element associated with this Automation Peer.