Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ComboBoxCellType Class / BackgroundImage Property


In This Topic
    BackgroundImage Property (ComboBoxCellType)
    In This Topic
    Gets or sets the image to paint in the background of the combo box edit portion.
    Syntax
    'Declaration
     
    
    Public Property BackgroundImage As Picture
    'Usage
     
    
    Dim instance As ComboBoxCellType
    Dim value As Picture
     
    instance.BackgroundImage = value
     
    value = instance.BackgroundImage
    public Picture BackgroundImage {get; set;}
    See Also