ActiveReports 12
Contains Method (ReportsLibrary)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.ReportsLibrary Namespace > ReportsLibrary 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

ReportsLibrary Class
ReportsLibrary Members