Spread for ASP.NET 12 Product Documentation
ItemDisabledForeColor Property


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

Property Value

The forecolor of the disabled item.
See Also

Reference

ContextMenuStyle Class
ContextMenuStyle Members