Class RangeTimePickerPopupAutomationPeer
Exposes RangeTimePicker types to UI Automation.
Inheritance
System.Object
RangeTimePickerPopupAutomationPeer
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Automation.Peers
Assembly: OpenSilver.Controls.Input.Toolkit.dll
Syntax
public class RangeTimePickerPopupAutomationPeer : TimePickerPopupAutomationPeer, IDependencyObject, IValueProvider
Constructors
| Improve this Doc View SourceRangeTimePickerPopupAutomationPeer(RangeTimePickerPopup)
Initializes a new instance of the RangeTimePickerPopupAutomationPeer class.
Declaration
public RangeTimePickerPopupAutomationPeer(RangeTimePickerPopup owner)
Parameters
Type | Name | Description |
---|---|---|
RangeTimePickerPopup | owner | The owner of this AutomationPeer. |
Properties
| Improve this Doc View SourceTimePickerPopupOwner
Gets the RangeTimePickerPopup that owns this AutomationPeer.
Declaration
protected override TimePickerPopup TimePickerPopupOwner { get; }
Property Value
Type | Description |
---|---|
TimePickerPopup | The RangeTimePickerPopup that owns this AutomationPeer. |
Overrides
Methods
| Improve this Doc View SourceGetAutomationControlTypeCore()
Gets the type of the automation control.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type | Description |
---|---|
AutomationControlType | The Calendar control type. |
Overrides
| Improve this Doc View SourceGetClassNameCore()
Returns the name of the UIElement that is associated with this FrameworkElementAutomationPeer. This method is called by GetClassName().
Declaration
protected override string GetClassNameCore()
Returns
Type | Description |
---|---|
System.String | The string RangeTimePickerPopupAutomationPeer. |