FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWithButtons Class / Picture Property


In This Topic
Picture Property (ElementWithButtons)
In This Topic
Gets or sets the picture for the element.
Syntax
'Declaration
 
Public Overridable Property Picture As Image
 
'Usage
 
Dim instance As ElementWithButtons
Dim value As Image
 
instance.Picture = value
 
value = instance.Picture
See Also