Sandbox Logo

Panel.AncestorsAndSelf

IEnumerable<Panel> AncestorsAndSelf { get; set; }

Description

Returns this panel and all its <see cref="P:Sandbox.UI.Panel.Ancestors">ancestors</see>, i.e. the <see cref="P:Sandbox.UI.Panel.Parent">Parent</see>, parent of its parent, etc.

Return

User Comments