Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ComboBoxCellType Class / AutoCompleteMode Property


In This Topic
AutoCompleteMode Property (ComboBoxCellType)
In This Topic
Gets or sets how the automatic completion works for entries in the combo box.
Syntax
'Declaration
 
Public Property AutoCompleteMode As AutoCompleteMode
 
'Usage
 
Dim instance As ComboBoxCellType
Dim value As AutoCompleteMode
 
instance.AutoCompleteMode = value
 
value = instance.AutoCompleteMode
See Also