Share via


AutomationTextBlock Class

Definition

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

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

Constructors

AutomationTextBlock()

Initializes a new instance of the AutomationTextBlock class.

Methods

OnCreateAutomationPeer()

Returns the AutomationPeer implementations for this control.

Applies to