ClassInsertRangeStart
Class
Definition
Namespace:Telerik.WinForms.Documents.Model.Revisions
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class InsertRangeStart : RevisionRangeStart, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeStartRevisionRangeStartInsertRangeStart
Implements:
Inherited Members
Constructors
InsertRangeStart()
Declaration
cs-api-definition
public InsertRangeStart()
Methods
CopyContentFromOverride(DocumentElement)
Copies the content from another Inline.
Declaration
cs-api-definition
protected override void CopyContentFromOverride(DocumentElement fromElement)
Parameters
fromElement
The Inline to copy the content from.
Exceptions
fromElement must not be null.
Cannot copy content to element itself.
Overrides
CreateNewElementInstance()
Creates a new instance of this element.
Declaration
cs-api-definition
protected override DocumentElement CreateNewElementInstance()
Returns
The new instance.
Overrides
CreatePairedEnd()
Declaration
cs-api-definition
public override RevisionRangeEnd CreatePairedEnd()
Returns
Overrides