Class
RadClockAutomationPeer

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: RadClockAutomationPeer

Implements: IScrollProviderISelectionProvider

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

Constructors

RadClockAutomationPeer(RadClock)

Initializes a new instance of the RadClockAutomationPeer class.

Declaration

cs-api-definition
public RadClockAutomationPeer(RadClock owner)

Parameters

owner

RadClock

The owner.

Methods

GetLocalizedControlTypeCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

The type of the control.

Overrides RadListBoxAutomationPeer.GetLocalizedControlTypeCore()

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

string

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