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