Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ContextMenuStyle Class / ItemHoverForeColor Property
Example


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