Spread Windows Forms 12.0 Product Documentation
BackgroundImage Property (InputManCellTypeBase)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > InputManCellTypeBase Class : BackgroundImage Property
Gets or sets the background image for the cell.
Syntax
'Declaration
 
Public Property BackgroundImage As Picture
'Usage
 
Dim instance As InputManCellTypeBase
Dim value As Picture
 
instance.BackgroundImage = value
 
value = instance.BackgroundImage
public Picture BackgroundImage {get; set;}
See Also

Reference

InputManCellTypeBase Class
InputManCellTypeBase Members