Class
LayoutElementCollectionBase

Definition

Namespace:Telerik.WinForms.Documents.Layout

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public abstract class LayoutElementCollectionBase : ILinkedListCollection<LayoutElement>, ICollection<LayoutElement>, IEnumerable<LayoutElement>, IEnumerable

Inheritance: objectLayoutElementCollectionBase

Derived Classes: LayoutElementCollection

Implements: ICollection<LayoutElement>IEnumerableIEnumerable<LayoutElement>ILinkedListCollection<LayoutElement>

Constructors

LayoutElementCollectionBase(DocumentStructureCollection, LayoutElement)

Declaration

cs-api-definition
public LayoutElementCollectionBase(DocumentStructureCollection boxesCollection, LayoutElement parentLayoutBox)

Parameters

boxesCollection

DocumentStructureCollection

parentLayoutBox

LayoutElement

Fields

boxesCollection

Declaration

cs-api-definition
protected DocumentStructureCollection boxesCollection

Field Value

DocumentStructureCollection

parentLayoutBox

Declaration

cs-api-definition
protected LayoutBox parentLayoutBox

Field Value

LayoutBox

Methods

CheckForLeafLayoutBoxCollection()

Declaration

cs-api-definition
protected void CheckForLeafLayoutBoxCollection()