System.Web.UI Namespace ControlCollection Class
Determines whether the collection contains a specified item.
[ VB ] Public Function Contains ( _ ByVal item As Control _ ) As Boolean [ C# ] public bool Contains ( Control item ); [ C++ ] public: bool Contains ( Control* item ); [ JScript ] public function Contains ( item : Control ) : Boolean;
This property accepts or returns only a boolean value: true if the collection contains the specified item; otherwise, false.
Use the Contains method to determine whether the Control specified by the item parameter is in the collection.
ControlCollection Members
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph