Represents an automation peer for the RadTimeSpanPickerComponent.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
public class RadTimeSpanPickerComponentAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectRadTimeSpanPickerComponentAutomationPeer
Constructors
Initializes a new instance of the RadTimeSpanPickerComponentAutomationPeer class.
public RadTimeSpanPickerComponentAutomationPeer(RadTimeSpanPickerComponent owner)
The owner.
Methods
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType().
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
Gets the collection of child elements of the UIElement that is associated with this . This method is called by .
protected override List<AutomationPeer> GetChildrenCore()
List<AutomationPeer>
A list of child AutomationPeer elements.
When overridden in a derived class, is called by .
Gets a value that indicates whether the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer is laid out in a specific direction. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetOrientation().
protected override AutomationOrientation GetOrientationCore()
AutomationOrientation
Gets the pattern.
public override object GetPattern(PatternInterface patternInterface)