Spread WinForms 15
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
See Also