RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Hyperlink Class / TargetName Property

In This Topic
    TargetName Property (C1Hyperlink)
    In This Topic
    Gets or sets the name of a target window or frame for the C1Hyperlink.
    Syntax
    'Declaration
     
    
    Public Property TargetName As String
    public string TargetName {get; set;}
    See Also