HtmlRadioButton Constructor (UITestControl)

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the HtmlRadioButton class.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assemblies:   Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Syntax

'Declaration
Public Sub New ( _
    parent As UITestControl _
)
public HtmlRadioButton(
    UITestControl parent
)
public:
HtmlRadioButton(
    UITestControl^ parent
)
new : 
        parent:UITestControl -> HtmlRadioButton
public function HtmlRadioButton(
    parent : UITestControl
)

Parameters

.NET Framework Security

See Also

Reference

HtmlRadioButton Class

HtmlRadioButton Overload

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace

HtmlCheckBox.PropertyNames

HtmlControl