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