RadControls for WinForms

Namespace: Telerik.WinControls.RichTextBox.Layout
Assembly: Telerik.WinControls.RichTextBox (in Telerik.WinControls.RichTextBox.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public class LayoutElementCollection : LayoutElementCollectionBase, 
	ICollection<LayoutBox>, IEnumerable<LayoutBox>, IEnumerable
Visual Basic
Public Class LayoutElementCollection _
	Inherits LayoutElementCollectionBase _
	Implements ICollection(Of LayoutBox), IEnumerable(Of LayoutBox),  _
	IEnumerable

Inheritance Hierarchy

System..::..Object
  Telerik.WinControls.RichTextBox.Layout..::..LayoutElementCollectionBase
    Telerik.WinControls.RichTextBox.Layout..::..LayoutElementCollection

See Also