Spread Windows Forms 12.0 Product Documentation
Links Property (FpHyperlink)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpHyperlink Class : Links Property
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;}

Property Value

String array containing the various URLs of the links
See Also

Reference

FpHyperlink Class
FpHyperlink Members