TableLayoutRowStyleCollection::Contains Method (RowStyle^)

 

Determines whether the TableLayoutRowStyleCollection contains a specific style.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
bool Contains(
	RowStyle^ rowStyle
)

Parameters

rowStyle
Type: System.Windows.Forms::RowStyle^

The RowStyle to locate in the TableLayoutRowStyleCollection.

Return Value

Type: System::Boolean

true if the RowStyle is found in the TableLayoutRowStyleCollection; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: