Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBoxEditingControl Class / AutoComplete Property


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

    Property Value

    The auto complete.
    See Also