ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / C1GanttView Class / HighlightForeColor Property

In This Topic
    HighlightForeColor Property (C1GanttView)
    In This Topic
    Gets or sets the custom foreground color of the highlighted row in the grid view.
    Syntax
    'Declaration
     
    Public Property HighlightForeColor As System.Drawing.Color
    public System.Drawing.Color HighlightForeColor {get; set;}
    See Also