ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / HotTracking Property

In This Topic
    HotTracking Property (DropDownList)
    In This Topic
    Controls whether rows are automatically highlighted as the mouse is moved over the C1List control.
    Syntax
    'Declaration
     
    
    Public Property HotTracking As Boolean
    public bool HotTracking {get; set;}

    Property Value

    The default value is false.
    Remarks

    If True (the default), individual rows are highlighted as the mouse moves over them.

    If False, moving the mouse does not change the highlighted row.

    See Also