Control.ControlCollection.Contains Method
Determines whether the specified control is a member of the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- control
- Type: System.Windows.Forms.Control
The Control to locate in the collection.
Return Value
Type: System.Booleantrue if the Control is a member of the collection; otherwise, false.
The following code example removes a Control from the Control.ControlCollection of the derived class Panel if it is a member of the collection. The example requires that you have created a Panel, a Button, and at least one RadioButton control on a Form. The RadioButton controls are added to the Panel control, and the Panel control added to the Form. When the button is clicked, the radio button named removeButton is removed from the Control.ControlCollection.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.