CommentRangeEnd
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
public class CommentRangeEnd : AnnotationRangeEnd, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeEndCommentRangeEnd...
Implements:
Inherited Members
Constructors
public CommentRangeEnd()
Properties
Represents the behavior when the Backspace key is pressed over the annotation.
public override AnnotationMarkerDeleteBehavior BackspaceBehavior { get; }
The backspace behavior.
Overrides:
Gets a value indicating whether a new paired AnnotationRangeStart will be created during copy operation.
Default value is false.
This property is provided for backward compatibility.
protected override bool CreatePairedStartOnCopy { get; }
Should pair annotation.
Overrides:
Represents the behavior when the Delete key is pressed over the annotation.
public override AnnotationMarkerDeleteBehavior DeleteBehavior { get; }
The delete behavior.
Overrides:
Represents the behavior when the annotation is selected and Backspace or Delete keys are pressed.
public override AnnotationMarkerDeleteBehavior DeleteSelectedBehavior { get; }
The delete selected behavior.
Overrides:
Determines if the CaretPosition will be put before or after the annotation marker.
If the value of this property is true for an AnnotationRangeStart, then if you move the caret to the annotation start and start typing,
the newly inserted text will be considered as part of the annotation. Vice versa, if it is set to false, the typed text will be inserted before the annotation.
The behavior of AnnotationRangeEnd is also controlled in the same manner.
public override bool SkipPositionBefore { get; }
true if the position before the marker will be skipped; otherwise, false.
Overrides:
Methods
Copies the content from another Inline.
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.
protected override void CopyPropertiesFromOverride(DocumentElement fromElement)
The AnnotationMarkerBase to copy the properties from.
Overrides:
Creates a new instance of this element.
protected override DocumentElement CreateNewElementInstance()
The new instance.
Overrides:
Creates the range start instance.
protected override AnnotationRangeStart CreateRangeStartInstance()
The created AnnotationRangeStart.
Overrides:
Updates the annotation identifier.
public override void UpdateAnnotationID()
Overrides: