Table of Contents

Method Contains

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Contains(AbstractControl?)

Retrieves a value indicating whether the specified control is a child of the control.

public virtual bool Contains(AbstractControl? control)

Parameters

control AbstractControl

The AbstractControl to evaluate.

Returns

bool

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