Method Contains
Contains(AbstractControl?)
Retrieves a value indicating whether the specified control is a child of the control.
public virtual bool Contains(AbstractControl? control)
Parameters
control
AbstractControlThe AbstractControl to evaluate.