FarPoint.Win Assembly / FarPoint.Win Namespace / FpMultiOption Class / BackgroundImage Property


In This Topic
BackgroundImage Property (FpMultiOption)
In This Topic
Gets or sets the background image to use for the options button control.
Syntax
'Declaration
 
Public Overridable Shadows Property BackgroundImage As Picture
 
'Usage
 
Dim instance As FpMultiOption
Dim value As Picture
 
instance.BackgroundImage = value
 
value = instance.BackgroundImage
See Also