ReadOnlyRangeStart
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
public class ReadOnlyRangeStart : FieldRangeStartBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IReadOnlyRangeMarker
Inheritance: objectDisposableObjectRadObjectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeStartFieldRangeStartBaseReadOnlyRangeStart...
Implements:
Inherited Members
Constructors
Initializes a new instance of the ReadOnlyRangeStart class.
public ReadOnlyRangeStart()
Properties
Represents the behavior when the range is selected and Backspace or Delete keys are pressed.
public override AnnotationMarkerDeleteBehavior DeleteSelectedBehavior { get; }
The delete selected behavior.
Overrides:
Gets a value indicating whether this instance is copyable.
public override bool IsCopyable { get; }
true if this instance is copyable; otherwise, false.
Overrides:
Gets a value indicating whether this range can be deleted.
public override bool IsRangeDeletable { get; }
true if this range is deletable; otherwise, false.
Overrides:
Gets a value indicating whether this range is editable.
public override bool IsRangeEditable { get; }
true if this range is editable; 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 ReadOnlyRangeStart, 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 ReadOnlyRangeEnd 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:
Methods
Copies the content from another Inline.
protected override void CopyContentFromOverride(DocumentElement fromElement)
The Inline to copy the content from.
Overrides:
Creates a new instance of this element.
protected override DocumentElement CreateNewElementInstance()
The new instance.
Overrides: