Class ButtonBaseAutomationPeer
Represents a base class for exposing classes derived from ButtonBase to UI automation.
Inheritance
System.Object
ButtonBaseAutomationPeer
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.dll
Syntax
public abstract class ButtonBaseAutomationPeer : FrameworkElementAutomationPeer, IDependencyObject
Constructors
| Improve this Doc View SourceButtonBaseAutomationPeer(ButtonBase)
Provides initialization for base class values when called by the constructor of a derived class.
Declaration
protected ButtonBaseAutomationPeer(ButtonBase owner)
Parameters
Type | Name | Description |
---|---|---|
ButtonBase | owner | The ButtonBase to associate with this peer. |
Methods
| Improve this Doc View SourceGetNameCore()
Gets the UI Automation Name for the element associated with this ButtonBaseAutomationPeer. Called by GetName().
Declaration
protected override string GetNameCore()
Returns
Type | Description |
---|---|
System.String | The UI Automation Name for the associated element. |