Spread for ASP.NET 12 Product Documentation
ItemDisabledBackColor Property


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

Property Value

The backcolor.
See Also

Reference

ContextMenuStyle Class
ContextMenuStyle Members