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


In This Topic
Picture Property (FpButton)
In This Topic
Gets or sets the image displayed in the button.
Syntax
'Declaration
 
Public Property Picture As Image
 
'Usage
 
Dim instance As FpButton
Dim value As Image
 
instance.Picture = value
 
value = instance.Picture
See Also