TableLayoutColumnStyleCollection::Contains Method (ColumnStyle^)
.NET Framework (current version)
Determines whether the specified ColumnStyle is in the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- columnStyle
-
Type:
System.Windows.Forms::ColumnStyle^
The ColumnStyle to locate in the TableLayoutColumnStyleCollection. The value can be null.
Return Value
Type: System::Booleantrue if the ColumnStyle is found in the TableLayoutColumnStyleCollection; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: