Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpHyperlink Class / Link Property


In This Topic
Link Property (FpHyperlink)
In This Topic
Gets or sets the URL string.
Syntax
'Declaration
 
Public Property Link As String
 
'Usage
 
Dim instance As FpHyperlink
Dim value As String
 
instance.Link = value
 
value = instance.Link
See Also