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


In This Topic
Picture Property (SuperEditBase)
In This Topic
Gets or sets the picture to display in the edit control.
Syntax
'Declaration
 
Public Overrides Property Picture As Image
 
'Usage
 
Dim instance As SuperEditBase
Dim value As Image
 
instance.Picture = value
 
value = instance.Picture
See Also