Spread for ASP.NET 12 Product Documentation
ItemBackColor Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ContextMenuStyle Class : ItemBackColor Property
Gets or sets the backcolor of the context menu item.
Syntax
'Declaration
 
Public Property ItemBackColor As Color
'Usage
 
Dim instance As ContextMenuStyle
Dim value As Color
 
instance.ItemBackColor = value
 
value = instance.ItemBackColor
public Color ItemBackColor {get; set;}

Property Value

The backcolor of the context menu item.
See Also

Reference

ContextMenuStyle Class
ContextMenuStyle Members