Table of Contents

Method HasIndirectParent

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

HasIndirectParent(Control?)

Gets whether one of this control's parents equals testParent.

public virtual bool HasIndirectParent(Control? testParent)

Parameters

testParent Control

Control to test as an indirect parent.

Returns

bool