Class CommentRangeEnd
Represents the end of a comment range in the document model, indicating where the comment scope concludes.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class CommentRangeEnd : AnnotationRangeEnd, IContainChildDocument
Constructors
CommentRangeEnd()
Declaration
public CommentRangeEnd()
Properties
BackspaceBehavior
Gets or sets the behavior of the Backspace key when it is pressed within the CommentRangeEnd.
Declaration
public override AnnotationMarkerDeleteBehavior BackspaceBehavior { get; }
Property Value
AnnotationMarkerDeleteBehavior
|
Overrides
Comment
Represents the end of a comment range within a document.
Declaration
[XamlSerializable]
public Comment Comment { get; set; }
Property Value
Comment
|
CreatePairedStartOnCopy
Declaration
protected override bool CreatePairedStartOnCopy { get; }
Property Value
System.Boolean
|
Overrides
DeleteBehavior
Gets or sets the behavior for deleting the comment range end.
Declaration
public override AnnotationMarkerDeleteBehavior DeleteBehavior { get; }
Property Value
AnnotationMarkerDeleteBehavior
|
Overrides
DeleteSelectedBehavior
Represents the behavior when deleting a selected comment range end in the document model.
Declaration
public override AnnotationMarkerDeleteBehavior DeleteSelectedBehavior { get; }
Property Value
AnnotationMarkerDeleteBehavior
|
Overrides
SkipPositionBefore
Gets or sets a value that indicates whether the position before the comment range end should be skipped.
Declaration
public override bool SkipPositionBefore { get; }
Property Value
System.Boolean
A boolean value; true if the position before the comment range end is to be skipped; otherwise, false. |
Overrides
Methods
CopyContentFromOverride(DocumentElement)
Declaration
protected override void CopyContentFromOverride(DocumentElement fromElement)
Parameters
DocumentElement
fromElement
|
Overrides
CopyPropertiesFromOverride(DocumentElement)
Declaration
protected override void CopyPropertiesFromOverride(DocumentElement fromElement)
Parameters
DocumentElement
fromElement
|
Overrides
CreateNewElementInstance()
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
DocumentElement
|
Overrides
CreateRangeStartInstance()
Declaration
protected override AnnotationRangeStart CreateRangeStartInstance()
Returns
AnnotationRangeStart
|
Overrides
UpdateAnnotationID()
Updates the annotation ID for the comment range end.
Declaration
public override void UpdateAnnotationID()