[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.EditBase.BackgroundImage

BackgroundImage Property

BackgroundImage

Gets or sets the background image displayed in the control.

Declaration
public override Image BackgroundImage { get; set; }
Public Overrides Property BackgroundImage As Image
Property Value
Type Description
Image

A Image that represents the image to display in the background of the control.
The default is null.

Overrides
Remarks

Use the BackgroundImage property to place a graphic image on a control.

See Also