CommentRangeStart
Represents the start of a comment range in a document. This object is used to denote the beginning of a comment section, linking it to the corresponding CommentEnd to represent the full range of the comment.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class CommentRangeStart : AnnotationRangeStart
Inheritance: objectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeStartCommentRangeStart...
Inherited Members
Constructors
public CommentRangeStart()
Properties
Gets or sets the behavior when the Backspace key is pressed on the comment range start.
public override AnnotationMarkerDeleteBehavior BackspaceBehavior { get; }
Overrides:
Gets or sets the behavior for deleting the comment range start element.
public override AnnotationMarkerDeleteBehavior DeleteBehavior { get; }
Overrides:
Gets or sets the position that indicates whether to skip the position before the comment range start.
public override bool SkipPositionBefore { get; }
A boolean value indicating whether to skip the position before the comment range start.
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:
Creates a new instance of this element.
protected override DocumentElement CreateNewElementInstance()
The new instance.
Overrides: