Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnComboBoxCellType Class / BackgroundImage Property


In This Topic
BackgroundImage Property (MultiColumnComboBoxCellType)
In This Topic
Gets or sets the background image of the multiple-column combo box.
Syntax
'Declaration
 
Public Property BackgroundImage As Picture
 
'Usage
 
Dim instance As MultiColumnComboBoxCellType
Dim value As Picture
 
instance.BackgroundImage = value
 
value = instance.BackgroundImage
See Also