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


In This Topic
    ItemBackColor Property
    In This Topic
    Gets or sets the backcolor of the context menu item.
    Syntax
    'Declaration
     
    
    Public Property ItemBackColor As Color
    'Usage
     
    
    Dim instance As ContextMenuStyle
    Dim value As Color
     
    instance.ItemBackColor = value
     
    value = instance.ItemBackColor
    public Color ItemBackColor {get; set;}

    Property Value

    The backcolor of the context menu item.
    Example
    This example sets the ItemBackColor property.
    See Also