ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / EditorForeColor Property

In This Topic
    EditorForeColor Property (C1Combo)
    In This Topic
    Controls the foreground color of the editor portion of the control.
    Syntax
    'Declaration
     
    
    Public Property EditorForeColor As Color
    public Color EditorForeColor {get; set;}
    See Also