ClassRadClockAutomationPeer
Class
The AutomationPeer associated with the RadClock class.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public class RadClockAutomationPeer : RadClockAutomationPeer, ISelectionProvider, IScrollProvider
Inheritance: objectRadListBoxAutomationPeerRadClockAutomationPeerRadClockAutomationPeer
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
CreateItemAutomationPeer(object)
Creates a new instance of the System.Windows.Automation.Peers.ItemAutomationPeer for a data item in the System.Windows.Controls.ItemsControl.Items collection of this System.Windows.Controls.ItemsControl.
Declaration
cs-api-definition
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
Parameters
item
Returns
ItemAutomationPeer
Overrides