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


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

    Property Value

    The forecolor of the disabled item.
    Example
    This example sets the ItemDisabledForeColor property.
    See Also