Spread for ASP.NET 12 Product Documentation
SelectedBackColor Property (ListBoxCellType)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ListBoxCellType Class : SelectedBackColor Property
Gets or sets the background color for the selected item in the list.
Syntax
'Declaration
 
Public Property SelectedBackColor As Color
'Usage
 
Dim instance As ListBoxCellType
Dim value As Color
 
instance.SelectedBackColor = value
 
value = instance.SelectedBackColor
public Color SelectedBackColor {get; set;}
See Also

Reference

ListBoxCellType Class
ListBoxCellType Members