Checks if a control is a child of this control.
[Visual Basic] Public Function Contains( _ ByVal ctl As Control _ ) As Boolean [C#] public bool Contains( Control ctl ); [C++] public: bool Contains( Control* ctl ); [JScript] public function Contains( ctl : Control ) : Boolean;
whether ctl is a child of this control.