DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.DataFilter.Styles Namespace / BaseDropDownSubItemStyle Class / ForeColor Property

In This Topic
    ForeColor Property (BaseDropDownSubItemStyle)
    In This Topic
    Gets or sets the System.Drawing.Color used to draw the text.
    Syntax
    'Declaration
     
    Public Property ForeColor As Color
    public Color ForeColor {get; set;}
    See Also