HtmlTextArea Constructors

Definition

Overloads

HtmlTextArea()
HtmlTextArea(UITestControl)

HtmlTextArea()

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

Applies to

HtmlTextArea(UITestControl)

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

Parameters

parent
UITestControl

Applies to