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