TableLayoutColumnStyleCollection::Contains Method (ColumnStyle^)

 

Determines whether the specified ColumnStyle is in the collection.

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

public:
bool Contains(
	ColumnStyle^ columnStyle
)

Parameters

columnStyle
Type: System.Windows.Forms::ColumnStyle^

The ColumnStyle to locate in the TableLayoutColumnStyleCollection. The value can be null.

Return Value

Type: System::Boolean

true if the ColumnStyle is found in the TableLayoutColumnStyleCollection; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: