ActiveReports 12
Contains Method (Toolbox)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > Toolbox Class : Contains Method
The System.Windows.Forms.Control to evaluate.
Retrieves a value indicating whether the specified control is a child of the control.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal ctl As Control _
) As Boolean
public bool Contains( 
   Control ctl
)

Parameters

ctl
The System.Windows.Forms.Control to evaluate.

Return Value

true if the specified control is a child of the control; otherwise, false.
See Also

Reference

Toolbox Class
Toolbox Members