Class SdtEndLayoutBox
Inheritance
System.Object
SdtEndLayoutBox
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Layout
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class SdtEndLayoutBox : AnnotationMarkerLayoutBox, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Constructors
SdtEndLayoutBox(DocumentElement, DocumentStructureCollection)
Declaration
public SdtEndLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection)
Parameters
DocumentElement
associatedDocumentElement
|
DocumentStructureCollection
collection
|
Properties
AssociatedSdtEnd
Methods
SetParent(LayoutElement, LayoutElement)
Declaration
protected override void SetParent(LayoutElement oldParent, LayoutElement newParent)
Parameters
LayoutElement
oldParent
|
LayoutElement
newParent
|