ClassLayoutElementCollection
Class
Definition
Namespace:Telerik.WinForms.Documents.Layout
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class LayoutElementCollection : LayoutElementCollectionBase, ILinkedListCollection<LayoutElement>, ICollection<LayoutElement>, IEnumerable<LayoutElement>, ICollection<LayoutBox>, IEnumerable<LayoutBox>, IEnumerable
Inheritance: objectLayoutElementCollectionBaseLayoutElementCollection
Implements:
Inherited Members
Constructors
LayoutElementCollection(DocumentStructureCollection, LayoutElement)
Declaration
cs-api-definition
public LayoutElementCollection(DocumentStructureCollection boxesCollection, LayoutElement parentLayoutBox)
Parameters
boxesCollection
parentLayoutBox
Properties
Methods
Clear()
Declaration
cs-api-definition
public void Clear()
Implements
GetEnumerator()
Declaration
cs-api-definition
public IEnumerator<LayoutBox> GetEnumerator()
Returns
Implements
RemoveLast()
Declaration
cs-api-definition
public void RemoveLast()