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


In This Topic
Picture Property (FpHyperlink)
In This Topic
Gets or sets the picture to display in the background of the hyperlink control.
Syntax
'Declaration
 
Public Property Picture As Picture
 
'Usage
 
Dim instance As FpHyperlink
Dim value As Picture
 
instance.Picture = value
 
value = instance.Picture
See Also