WinRadioButton Constructor (UITestControl)

Initializes a new instance of the WinRadioButton class by using the provided parent control.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WinControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

WinRadioButton Class

WinRadioButton Overload

Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace

UITestControl