FlowOrderedLayoutBox
Class
Definition
Namespace:Telerik.WinForms.Documents.Layout
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public abstract class FlowOrderedLayoutBox : LayoutBox, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectLayoutElementLayoutBoxFlowOrderedLayoutBox...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public FlowOrderedLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection, bool isFragment)
C#
public FlowOrderedLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection)
C#
public FlowOrderedLayoutBox(DocumentElement associatedDocumentElement)
Properties
C#
public FlowOrderedLayoutBox NextAssociatedBox { get; }
C#
public FlowOrderedLayoutBox NextBox { get; }
C#
public FlowOrderedLayoutBox PreviousAssociatedBox { get; }
C#
public FlowOrderedLayoutBox PreviousBox { get; }
Methods
C#
public void LinkAfter(FlowOrderedLayoutBox existingBox)
C#
public static void Pair(FlowOrderedLayoutBox firstBox, FlowOrderedLayoutBox secondBox)
C#
public void Unlink()