Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBoxCellType Class / AutoComplete Property


In This Topic
AutoComplete Property (GcTextBoxCellType)
In This Topic
Gets the automatic complete related settings.
Syntax
'Declaration
 
Public ReadOnly Property AutoComplete As AutoCompleteInfo
 
'Usage
 
Dim instance As GcTextBoxCellType
Dim value As AutoCompleteInfo
 
value = instance.AutoComplete

Property Value

The automatic complete.
See Also