WinPane Constructor (UITestControl)

Initializes a new instance of the WinPane class.

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 WinPane(
    UITestControl parent
)
public:
WinPane(
    UITestControl^ parent
)
new : 
        parent:UITestControl -> WinPane
public function WinPane(
    parent : UITestControl
)

Parameters

.NET Framework Security

See Also

Reference

WinPane Class

WinPane Overload

Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace

UITestControl