Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpHyperlink Class / Links Property


In This Topic
    Links Property (FpHyperlink)
    In This Topic
    Gets or sets the URL string.
    Syntax
    'Declaration
     
    
    Public Property Links As String()
    'Usage
     
    
    Dim instance As FpHyperlink
    Dim value() As String
     
    instance.Links = value
     
    value = instance.Links
    public string[] Links {get; set;}
    See Also