ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1List Namespace / C1ListExtender Class / KeepHightlightOnMouseLeave Property

In This Topic
    KeepHightlightOnMouseLeave Property
    In This Topic
    A value determines whether to keep item highlight when mouse is leaving list.
    Syntax
    'Declaration
     
    Public Property KeepHightlightOnMouseLeave As System.Boolean
    public System.bool KeepHightlightOnMouseLeave {get; set;}
    See Also