Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ButtonCellType Class / BackgroundStyle Property


In This Topic
BackgroundStyle Property (ButtonCellType)
In This Topic
Gets or sets how the background is rendered.
Syntax
'Declaration
 
Public Property BackgroundStyle As BackStyle
 
'Usage
 
Dim instance As ButtonCellType
Dim value As BackStyle
 
instance.BackgroundStyle = value
 
value = instance.BackgroundStyle
See Also