ComponentOne MultiSelect for WinForms
C1.Win.Input.Theme.MultiSelect Namespace / BaseContentStyle Class / ForeColor Property

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