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


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

    Property Value

    The backcolor.
    Example
    This example sets the ItemDisabledBackColor property.
    See Also