Spread for ASP.NET 12 Product Documentation
BackColor Property (ContextMenuStyle)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ContextMenuStyle Class : BackColor Property
Gets or sets the background color.
Syntax
'Declaration
 
Public Property BackColor As Color
'Usage
 
Dim instance As ContextMenuStyle
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
public Color BackColor {get; set;}

Property Value

The background color.
See Also

Reference

ContextMenuStyle Class
ContextMenuStyle Members