ClassLayoutElementCollectionBase
Class
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:
Implements:
Constructors
LayoutElementCollectionBase(DocumentStructureCollection, LayoutElement)
Declaration
cs-api-definition
public LayoutElementCollectionBase(DocumentStructureCollection boxesCollection, LayoutElement parentLayoutBox)
Parameters
boxesCollection
parentLayoutBox
Fields
boxesCollection
Declaration
cs-api-definition
protected DocumentStructureCollection boxesCollection
Field Value
Methods
CheckForLeafLayoutBoxCollection()
Declaration
cs-api-definition
protected void CheckForLeafLayoutBoxCollection()