ControlCollection::Contains Method (Control^)
.NET Framework (current version)
Determines whether the specified server control is in the parent server control's ControlCollection object.
Assembly: System.Web (in System.Web.dll)
Parameters
- c
-
Type:
System.Web.UI::Control^
The server control to search for in the collection.
Return Value
Type: System::Booleantrue if the specified server control exists in the collection; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: