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


In This Topic
LinkArea Property (FpHyperlink)
In This Topic
Gets or sets the area of the text to use as the link.
Syntax
'Declaration
 
Public Property LinkArea As LinkArea
 
'Usage
 
Dim instance As FpHyperlink
Dim value As LinkArea
 
instance.LinkArea = value
 
value = instance.LinkArea
See Also