Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / ForegroundImage Property


In This Topic
ForegroundImage Property (IElement)
In This Topic
Internal use only.
Syntax
'Declaration
 
Property ForegroundImage As Picture
 
'Usage
 
Dim instance As IElement
Dim value As Picture
 
instance.ForegroundImage = value
 
value = instance.ForegroundImage
See Also