Skybound AutoComplete

AutoCompleteManager.SetAutoComplete Method 

Sets the AutoComplete instance associated with a specified Control.

[Visual Basic]
Public Sub SetAutoComplete( _
   ByVal control As Control, _
   ByVal value As AutoComplete _
)
[C#]
public void SetAutoComplete(
   Control control,
   AutoComplete value
);

Remarks

This method exists primarily for design-time support. For convenience, use the Item indexer property in your code.

See Also

AutoCompleteManager Class | Skybound.AutoComplete Namespace