WinRowHeader Constructor (UITestControl)

Initializes a new instance of the WinRowHeader 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 WinRowHeader(
    UITestControl parent
)
public:
WinRowHeader(
    UITestControl^ parent
)
new : 
        parent:UITestControl -> WinRowHeader
public function WinRowHeader(
    parent : UITestControl
)

Parameters

.NET Framework Security

See Also

Reference

WinRowHeader Class

WinRowHeader Overload

Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace

UITestControl