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


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