Class ButtonAutomationPeer
Inheritance
System.Object
ButtonAutomationPeer
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.dll
Syntax
[NotImplemented]
public class ButtonAutomationPeer : ButtonBaseAutomationPeer, IInvokeProvider
Constructors
| Improve this Doc View SourceButtonAutomationPeer(Button)
Declaration
[NotImplemented]
public ButtonAutomationPeer(Button owner)
Parameters
Type | Name | Description |
---|---|---|
Button | owner |
Methods
| Improve this Doc View SourceGetAutomationControlTypeCore()
Declaration
[NotImplemented]
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type | Description |
---|---|
AutomationControlType |
Overrides
| Improve this Doc View SourceGetClassNameCore()
Declaration
[NotImplemented]
protected override string GetClassNameCore()
Returns
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceGetPattern(PatternInterface)
Declaration
[NotImplemented]
public override object GetPattern(PatternInterface patternInterface)
Parameters
Type | Name | Description |
---|---|---|
PatternInterface | patternInterface |
Returns
Type | Description |
---|---|
System.Object |
Overrides
Explicit Interface Implementations
| Improve this Doc View SourceIInvokeProvider.Invoke()
Declaration
void IInvokeProvider.Invoke()