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


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

    Property Value

    The automatic complete setting.
    See Also