InsertRangeEnd
Class
Definition
Namespace:Telerik.WinForms.Documents.Model.Revisions
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class InsertRangeEnd : RevisionRangeEnd, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeEndRevisionRangeEndInsertRangeEnd...
Implements:
Inherited Members
Constructors
C#
public InsertRangeEnd()
Methods
Copies the content from another Inline.
C#
protected override void CopyContentFromOverride(DocumentElement fromElement)
The Inline to copy the content from.
Exceptions:fromElement must not be null.
Cannot copy content to element itself.
Overrides:
Creates a new instance of this element.
C#
protected override DocumentElement CreateNewElementInstance()
The new instance.
Overrides:
Creates the range start instance.
C#
protected override AnnotationRangeStart CreateRangeStartInstance()
The created AnnotationRangeStart.
Overrides: