Spread for ASP.NET 12 Product Documentation
ItemHoverForeColor Property


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

Property Value

The forecolor of the context menu item.
See Also

Reference

ContextMenuStyle Class
ContextMenuStyle Members