AutoFillAutoCompleteCustomSource Property (IAutoCompleteSupport)
In This Topic
Gets or sets whether the AutoCompleteCustomSource is automatically filled with data from a column.
Syntax
'Declaration
Property AutoFillAutoCompleteCustomSource As Boolean
'Usage
Dim instance As IAutoCompleteSupport
Dim value As Boolean
instance.AutoFillAutoCompleteCustomSource = value
value = instance.AutoFillAutoCompleteCustomSource
bool AutoFillAutoCompleteCustomSource {get; set;}
Property Value
Boolean:
true if the AutoCompleteCustomSource is automatically filled with data;
false otherwise
See Also