Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ContextMenuStyle Class / ItemHoverBackColor Property
Example


In This Topic
    ItemHoverBackColor Property
    In This Topic
    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.
    Example
    This example sets the ItemHoverBackColor property.
    See Also