New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinForms.Documents.Layout

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public abstract class LayoutElementCollectionBase : ILinkedListCollection<LayoutElement>, IEnumerable

Inheritance: objectLayoutElementCollectionBase

Derived Classes: LayoutElementCollection

Implements: IEnumerableILinkedListCollection<LayoutElement>

Constructors

C#
public LayoutElementCollectionBase(DocumentStructureCollection boxesCollection, LayoutElement parentLayoutBox)
Parameters:boxesCollectionDocumentStructureCollectionparentLayoutBoxLayoutElement

Fields

C#
protected DocumentStructureCollection boxesCollection
C#
protected LayoutBox parentLayoutBox

Methods

C#
protected void CheckForLeafLayoutBoxCollection()