Spread for ASP.NET 12 Product Documentation
ItemForeColor Property


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

Property Value

The forecolor of the context menu item.
See Also

Reference

ContextMenuStyle Class
ContextMenuStyle Members