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


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

    Property Value

    The forecolor of the context menu item.
    Example
    This example sets the ItemForeColor property.
    See Also