Method HasIndirectParent
HasIndirectParent(AbstractControl?)
Gets whether one of this control's parents equals testParent
.
public virtual bool HasIndirectParent(AbstractControl? testParent)
Parameters
testParent
AbstractControlControl to test as an indirect parent.