Spread Windows Forms 12.0 Product Documentation
LinkAreas Property (FpHyperlink)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpHyperlink Class : LinkAreas Property
Gets or sets the area of the text to use as the link.
Syntax
'Declaration
 
Public Property LinkAreas As LinkArea()
'Usage
 
Dim instance As FpHyperlink
Dim value() As LinkArea
 
instance.LinkAreas = value
 
value = instance.LinkAreas
public LinkArea[] LinkAreas {get; set;}

Property Value

LinkArea array containing the specification about what characters are the hyperlinks in a text with multiple hyperlinks
See Also

Reference

FpHyperlink Class
FpHyperlink Members