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


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