ComponentOne MultiSelect for WinForms
C1.Win.C1Input Namespace / DropDownItemStyle Class / HotForeColor Property

In This Topic
    HotForeColor Property
    In This Topic
    Gets or sets the System.Drawing.Color used to paint the text of seleced item.
    Syntax
    'Declaration
     
    
    Public Property HotForeColor As Color
    public Color HotForeColor {get; set;}
    See Also