Class TimeUpDownAutomationPeer
Exposes TimeUpDown types to UI Automation.
Inheritance
System.Object
TimeUpDownAutomationPeer
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 TimeUpDownAutomationPeer : UpDownBaseAutomationPeer<DateTime?>, IDependencyObject, IValueProvider
Constructors
| Improve this Doc View SourceTimeUpDownAutomationPeer(TimeUpDown)
Initializes a new instance of the TimeUpDownAutomationPeer class.
Declaration
public TimeUpDownAutomationPeer(TimeUpDown owner)
Parameters
Type | Name | Description |
---|---|---|
TimeUpDown | owner | The TimeUpDown that is associated with this TimeUpDownAutomationPeer. |
Methods
| Improve this Doc View SourceGetClassNameCore()
Gets the name of the TimeUpDown that is associated with this TimeUpDownAutomationPeer. This method is called by GetClassName.
Declaration
protected override string GetClassNameCore()
Returns
Type | Description |
---|---|
System.String | The name TimeUpDown. |
Overrides
System.Windows.Automation.Peers.UpDownBaseAutomationPeer<System.Nullable<System.DateTime>>.GetClassNameCore()