Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / AutoComplete Property


In This Topic
    AutoComplete Property (GcComboBox)
    In This Topic
    Gets the auto complete related settings.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AutoComplete As AutoComplete
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As AutoComplete
     
    value = instance.AutoComplete
    public AutoComplete AutoComplete {get;}

    Property Value

    The auto complete.
    See Also