MarkRangeStartBase
Definition
Namespace:Telerik.WinForms.Documents.Model.Notes
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
public abstract class MarkRangeStartBase : FieldRangeStartBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeStartFieldRangeStartBaseMarkRangeStartBase...
Derived Classes:
Implements:
Inherited Members
Constructors
protected MarkRangeStartBase()
Properties
Represents the behavior when the Backspace key is pressed over the field range.
public override AnnotationMarkerDeleteBehavior BackspaceBehavior { get; }
The backspace behavior.
Overrides:
Represents the behavior when the Delete key is pressed over the field range.
public override AnnotationMarkerDeleteBehavior DeleteBehavior { get; }
The delete behavior.
Overrides:
Represents the behavior when the field range is selected and Backspace or Delete keys are pressed.
public override AnnotationMarkerDeleteBehavior DeleteSelectedBehavior { get; }
The delete selected behavior.
Overrides:
Determines whether the annotation should be treated as word separator.
public override bool IsWordSeparator { get; }
Overrides:
Gets a value indicating whether the contents of the annotation should be included in the spellcheck.
public override bool ShouldSpellcheck { get; }
true if the contents of the annotation should be included in the spellcheck; otherwise, false.
Overrides:
Determines if the CaretPosition will be put before or after the annotation marker.
If the value of this property is true for a FieldRangeStartBase, then if you move the caret to the field 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 FieldRangeEndBase 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:
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 SkipPositionsInRange { get; }
true if the position before the marker will be skipped; otherwise, false.
Overrides:
Methods
Updates the Span associated to the annotation.
public abstract void UpdateAssociatedSpan()