HyperlinkRangeStart
Represents the start marker for a hyperlink range in a RadDocument.
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
public class HyperlinkRangeStart : FieldRangeStartBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IHyperlinkRangeMarker
Inheritance: objectDisposableObjectRadObjectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeStartFieldRangeStartBaseHyperlinkRangeStart...
Implements:
Inherited Members
Constructors
Initializes a new instance of the HyperlinkRangeStart class.
public HyperlinkRangeStart()
Properties
Gets or sets the hyperlink information.
[XamlSerializable]
public HyperlinkInfo HyperlinkInfo { get; set; }
The hyperlink information.
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:
Methods
Copies the content from another Inline.
protected override void CopyContentFromOverride(DocumentElement fromElement)
The Inline to copy the content from.
Overrides:
Copies the properties from another document element to the current instance.
protected override void CopyPropertiesFromOverride(DocumentElement fromElement)
The HyperlinkRangeStart to copy the properties from.
Overrides:
Creates a new instance of this element.
protected override DocumentElement CreateNewElementInstance()
The new instance.
Overrides: