ClassRadTimeSpanPickerComponentAutomationPeer
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
RadTimeSpanPickerComponentAutomationPeer(RadTimeSpanPickerComponent)
Initializes a new instance of the RadTimeSpanPickerComponentAutomationPeer class.
Declaration
public RadTimeSpanPickerComponentAutomationPeer(RadTimeSpanPickerComponent owner)
Parameters
owner
The owner.
Methods
GetAutomationControlTypeCore()
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType().
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetChildrenCore()
Gets the collection of child elements of the UIElement that is associated with this . This method is called by .
Declaration
[SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists")]
protected override List<AutomationPeer> GetChildrenCore()
Returns
List<AutomationPeer>
A list of child AutomationPeer elements.
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by .
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
The type of the control.
GetOrientationCore()
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().
Declaration
protected override AutomationOrientation GetOrientationCore()
Returns
AutomationOrientation
GetPattern(PatternInterface)
Gets the pattern.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns