Class MarkRangeStartBase
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Documents.Model.Notes
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public abstract class MarkRangeStartBase : FieldRangeStartBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Constructors
MarkRangeStartBase()
Declaration
protected MarkRangeStartBase()
Properties
BackspaceBehavior
Represents the behavior when the Backspace key is pressed over the field range.
Declaration
public override AnnotationMarkerDeleteBehavior BackspaceBehavior { get; }
Property Value
AnnotationMarkerDeleteBehavior
The backspace behavior. |
Overrides
DeleteBehavior
Represents the behavior when the Delete key is pressed over the field range.
Declaration
public override AnnotationMarkerDeleteBehavior DeleteBehavior { get; }
Property Value
AnnotationMarkerDeleteBehavior
The delete behavior. |
Overrides
DeleteSelectedBehavior
Represents the behavior when the field range is selected and Backspace or Delete keys are pressed.
Declaration
public override AnnotationMarkerDeleteBehavior DeleteSelectedBehavior { get; }
Property Value
AnnotationMarkerDeleteBehavior
The delete selected behavior. |
Overrides
IsWordSeparator
Determines whether the annotation should be treated as word separator.
Declaration
public override bool IsWordSeparator { get; }
Property Value
System.Boolean
|
Overrides
ShouldSpellcheck
Gets a value indicating whether the contents of the annotation should be included in the spellcheck.
Declaration
public override bool ShouldSpellcheck { get; }
Property Value
System.Boolean
|
Overrides
SkipPositionBefore
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.
Declaration
public override bool SkipPositionBefore { get; }
Property Value
System.Boolean
|
Overrides
SkipPositionsInRange
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.
Declaration
public override bool SkipPositionsInRange { get; }
Property Value
System.Boolean
|
Overrides
Methods
UpdateAssociatedSpan()
Updates the Span associated to the annotation.
Declaration
public abstract void UpdateAssociatedSpan()