CategoryNameCollection::Contains Method (String^)

 

Indicates whether the specified category is contained in the collection.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing (in System.Drawing.dll)

public:
bool Contains(
	String^ value
)

Parameters

value
Type: System::String^

The string to check for in the collection.

Return Value

Type: System::Boolean

true if the specified category is contained in the collection; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: