Share via


AutomationButton Class

Definition

Provides a Button control that is always visible in the automation tree.

[System.ComponentModel.Description("Provides a System.Windows.Controls.Button control that is always visible in the automation tree.")]
public class AutomationButton : System.Windows.Controls.Button
[<System.ComponentModel.Description("Provides a System.Windows.Controls.Button control that is always visible in the automation tree.")>]
type AutomationButton = class
    inherit Button
Public Class AutomationButton
Inherits Button
Inheritance
AutomationButton
Attributes

Constructors

AutomationButton()

Initializes a new instance of the AutomationButton class.

Methods

OnCreateAutomationPeer()

Returns the AutomationPeer implementations for this control.

Applies to