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


In This Topic
AutoSearch Property (ComboBoxCellType)
In This Topic
Gets or sets how a list of items in a combo box is searched based on input of a character key.
Syntax
'Declaration
 
Public Property AutoSearch As AutoSearch
 
'Usage
 
Dim instance As ComboBoxCellType
Dim value As AutoSearch
 
instance.AutoSearch = value
 
value = instance.AutoSearch
See Also