Skybound AutoComplete

AutoCompleteManager.GetAutoComplete Method 

Returns the AutoComplete instance associated with a specified Control.

[Visual Basic]
Public Function GetAutoComplete( _
   ByVal control As Control _
) As AutoComplete
[C#]
public AutoComplete GetAutoComplete(
   Control control
);

Parameters

control
The Control whose associated AutoComplete instance is returned.

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