CheckboxCell Constructor (String)

Namespace:  Microsoft.TeamFoundation.Controls
Assembly:  Microsoft.TeamFoundation.Common.Library (in Microsoft.TeamFoundation.Common.Library.dll)

Syntax

声明
Public Sub New ( _
    text As String _
)
public CheckboxCell(
    string text
)
public:
CheckboxCell(
    String^ text
)
new : 
        text:string -> CheckboxCell
public function CheckboxCell(
    text : String
)

Parameters

.NET Framework Security

See Also

Reference

CheckboxCell Class

CheckboxCell Overload

Microsoft.TeamFoundation.Controls Namespace