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

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