HyperlinkRangeEnd
Represents the end marker for a hyperlink range in a RadDocument.
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
public class HyperlinkRangeEnd : FieldRangeEndBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IHyperlinkRangeMarker
Inheritance: objectDisposableObjectRadObjectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeEndFieldRangeEndBaseHyperlinkRangeEnd...
Implements:
Inherited Members
Constructors
Initializes a new instance of the HyperlinkRangeEnd class.
public HyperlinkRangeEnd()
Properties
Represents the behavior when the Backspace key is pressed over the field range.
public override AnnotationMarkerDeleteBehavior BackspaceBehavior { get; }
The backspace behavior.
Overrides:
Determines whether the annotation should be treated as word separator.
public override bool IsWordSeparator { get; }
Overrides:
Methods
Copies the content from override.
protected override void CopyContentFromOverride(DocumentElement fromElement)
From element.
Overrides:
Creates a new instance of this element.
protected override DocumentElement CreateNewElementInstance()
The new instance.
Overrides:
Creates the range start instance.
protected override AnnotationRangeStart CreateRangeStartInstance()
The created HyperlinkRangeStart.
Overrides: