Class HyperlinkInfo
Represents information about a hyperlink.
Inheritance
System.Object
HyperlinkInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class HyperlinkInfo
Constructors
HyperlinkInfo()
Properties
IsAnchor
Gets or sets a value indicating whether this instance is anchor (points to a bookmark in the document).
Declaration
[XamlSerializable(false)]
public bool IsAnchor { get; set; }
Property Value
System.Boolean
|
NavigateUri
Target
Gets or sets the target of the hyperlink.
Declaration
[XamlSerializable(HyperlinkTargets.Blank)]
public HyperlinkTargets Target { get; set; }
Property Value
HyperlinkTargets
The target. |
Methods
CreateDeepCopy()
Creates a deep copy of this instance.
Declaration
public HyperlinkInfo CreateDeepCopy()
Returns
HyperlinkInfo
The copied object. |