Spread Windows Forms 12.0 Product Documentation
BackgroundImage Property (FpMultiOption)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpMultiOption Class : BackgroundImage Property
Gets or sets the background image to use for the options button control.
Gets or sets the background image for the 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
public virtual new Picture BackgroundImage {get; set;}
See Also

Reference

FpMultiOption Class
FpMultiOption Members