DeleteRangeStart
Class
Definition
Namespace:Telerik.WinForms.Documents.Model.Revisions
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class DeleteRangeStart : RevisionRangeStart, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeStartRevisionRangeStartDeleteRangeStart...
Implements:
Inherited Members
Constructors
C#
public DeleteRangeStart()
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: