LabelAutomationPeer(Label) Constructor

Definición

Inicializa una nueva instancia de la clase LabelAutomationPeer.

public:
 LabelAutomationPeer(System::Windows::Controls::Label ^ owner);
public LabelAutomationPeer (System.Windows.Controls.Label owner);
new System.Windows.Automation.Peers.LabelAutomationPeer : System.Windows.Controls.Label -> System.Windows.Automation.Peers.LabelAutomationPeer
Public Sub New (owner As Label)

Parámetros

owner
Label

Label asociado a este LabelAutomationPeer.

Se aplica a