ClassCommentRangeStart
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
CommentRangeStart()
Declaration
public CommentRangeStart()
Properties
BackspaceBehavior
Gets or sets the behavior when the Backspace key is pressed on the comment range start.
Declaration
public override AnnotationMarkerDeleteBehavior BackspaceBehavior { get; }
Property Value
Overrides
DeleteBehavior
Gets or sets the behavior for deleting the comment range start element.
Declaration
public override AnnotationMarkerDeleteBehavior DeleteBehavior { get; }
Property Value
Overrides
SkipPositionBefore
Gets or sets the position that indicates whether to skip the position before the comment range start.
Declaration
public override bool SkipPositionBefore { get; }
Property Value
A boolean value indicating whether to skip the position before the comment range start.
Overrides
Methods
CopyContentFromOverride(DocumentElement)
Copies the content from another Inline.
Declaration
protected override void CopyContentFromOverride(DocumentElement fromElement)
Parameters
fromElement
The Inline to copy the content from.
Exceptions
fromElement must not be null.
Cannot copy content to element itself.
Overrides
CreateNewElementInstance()
Creates a new instance of this element.
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
The new instance.
Overrides