Spread for ASP.NET 12 Product Documentation
ItemHoverBackColor Property


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

Property Value

The backcolor of the context menu item.
See Also

Reference

ContextMenuStyle Class
ContextMenuStyle Members