Class 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.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class CommentRangeStart : AnnotationRangeStart
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
AnnotationMarkerDeleteBehavior
|
Overrides
DeleteBehavior
Gets or sets the behavior for deleting the comment range start element.
Declaration
public override AnnotationMarkerDeleteBehavior DeleteBehavior { get; }
Property Value
AnnotationMarkerDeleteBehavior
|
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
System.Boolean
A boolean value indicating whether to skip the position before the comment range start. |
Overrides
Methods
CopyContentFromOverride(DocumentElement)
Declaration
protected override void CopyContentFromOverride(DocumentElement fromElement)
Parameters
DocumentElement
fromElement
|
Overrides
CreateNewElementInstance()
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
DocumentElement
|