ComponentOne ComboBox for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBox Class / SelectOnItemFocus Property

In This Topic
    SelectOnItemFocus Property
    In This Topic
    A value that determines whether to select the item when the item gains focus or is activated. Default: false. Type: Boolean.
    Syntax
    'Declaration
     
    Public Property SelectOnItemFocus As System.Boolean
    public System.bool SelectOnItemFocus {get; set;}
    See Also