TableLayoutRowStyleCollection::Contains Method (RowStyle^)
.NET Framework (current version)
Determines whether the TableLayoutRowStyleCollection contains a specific style.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- rowStyle
-
Type:
System.Windows.Forms::RowStyle^
The RowStyle to locate in the TableLayoutRowStyleCollection.
Return Value
Type: System::Booleantrue if the RowStyle is found in the TableLayoutRowStyleCollection; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: