FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ComboBoxCellType Class / AutoCompleteCustomSource Property


In This Topic
AutoCompleteCustomSource Property (ComboBoxCellType)
In This Topic
Gets or sets the custom source (of strings) for automatic completion of entries in the combo box.
Syntax
'Declaration
 
Public Property AutoCompleteCustomSource As AutoCompleteStringCollection
 
'Usage
 
Dim instance As ComboBoxCellType
Dim value As AutoCompleteStringCollection
 
instance.AutoCompleteCustomSource = value
 
value = instance.AutoCompleteCustomSource
See Also