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


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