LabelAutomationPeer(Label) Constructor

Definition

Initializes a new instance of the LabelAutomationPeer class.

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)

Parameters

owner
Label

The Label that is associated with this LabelAutomationPeer.

Applies to