Share via


HtmlLabel Constructors

Definition

Overloads

HtmlLabel()

public:
 HtmlLabel();
public HtmlLabel();
Public Sub New ()

Applies to

HtmlLabel(UITestControl)

public:
 HtmlLabel(Microsoft::VisualStudio::TestTools::UITesting::UITestControl ^ parent);
public HtmlLabel(Microsoft.VisualStudio.TestTools.UITesting.UITestControl parent);
new Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlLabel : Microsoft.VisualStudio.TestTools.UITesting.UITestControl -> Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlLabel
Public Sub New (parent As UITestControl)

Parameters

parent
UITestControl

Applies to