Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / AutoSelect Property


In This Topic
    AutoSelect Property (GcComboBox)
    In This Topic
    Gets or sets a bool value indicates whether auto selects the item in the List that matches the input in the Editor.
    Syntax
    'Declaration
     
    
    Public Property AutoSelect As Boolean
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As Boolean
     
    instance.AutoSelect = value
     
    value = instance.AutoSelect
    public bool AutoSelect {get; set;}

    Property Value

    A bool value, true if auto match the inputted characters according to the input, otherwise, false.
    The default is false.
    See Also