NoteRangeEndBase
Class
Definition
Namespace:Telerik.WinForms.Documents.Model.Notes
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public abstract class NoteRangeEndBase : MarkRangeEndBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeEndFieldRangeEndBaseMarkRangeEndBaseNoteRangeEndBase...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected NoteRangeEndBase()
Properties
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:
Copies the properties from another document element to the current instance.
C#
protected override void CopyPropertiesFromOverride(DocumentElement fromElement)
The AnnotationMarkerBase to copy the properties from.
Overrides:
Updates the annotation identifier.
C#
public override void UpdateAnnotationID()
Overrides: