Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1ContextMenu Class / ForeHiColor Property

In This Topic
    ForeHiColor Property (C1ContextMenu)
    In This Topic
    Gets or sets the text color of the highlighted item.
    Syntax
    'Declaration
     
    
    Public Property ForeHiColor As Color
    public Color ForeHiColor {get; set;}
    See Also