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

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