New to Telerik UI for WPFStart a free 30-day trial

The AutomationPeer associated with the RadClock class.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

C#
[Obsolete("Use the RadClockAutomationPeer that is under the Telerik.Windows.Automation.Peers namespace")]
public class RadClockAutomationPeer : RadListBoxAutomationPeer, ISelectionProvider, IScrollProvider

Inheritance: objectRadListBoxAutomationPeerRadClockAutomationPeer

Derived Classes: RadClockAutomationPeer

Implements: IScrollProviderISelectionProvider

Inherited Members RadListBoxAutomationPeer.GetAutomationControlTypeCore()RadListBoxAutomationPeer.GetPattern(PatternInterface)RadListBoxAutomationPeer.GetOrientationCore()RadListBoxAutomationPeer.CreateItemAutomationPeer(object)RadListBoxAutomationPeer.GetSelection()RadListBoxAutomationPeer.Scroll(ScrollAmount, ScrollAmount)RadListBoxAutomationPeer.SetScrollPercent(double, double)RadListBoxAutomationPeer.GetClassNameCore()RadListBoxAutomationPeer.GetHelpTextCore()RadListBoxAutomationPeer.GetItemStatusCore()RadListBoxAutomationPeer.IsSelectionRequiredRadListBoxAutomationPeer.CanSelectMultipleRadListBoxAutomationPeer.VerticalScrollPercentRadListBoxAutomationPeer.HorizontalScrollPercentRadListBoxAutomationPeer.HorizontalViewSizeRadListBoxAutomationPeer.VerticalViewSizeRadListBoxAutomationPeer.HorizontallyScrollableRadListBoxAutomationPeer.VerticallyScrollable...

Constructors

Initializes a new instance of the RadClockAutomationPeer class.

C#
public RadClockAutomationPeer(RadClock owner)
Parameters:ownerRadClock

The owner.

Methods

When overridden in a derived class, is called by .

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

The type of the control.

Overrides: RadListBoxAutomationPeer.GetLocalizedControlTypeCore()

Returns the text label of the FrameworkElement associated with this AutomationPeers. Called by AutomationPeer.GetName.

C#
protected override string GetNameCore()
Returns:

string

A text label of the Element associated with this Automation Peer.