ComponentOne ASP.NET MVC Controls
AutoComplete(String) Method

C1.Web.Mvc.Fluent Namespace > ControlBuilderFactory Class > AutoComplete Method : AutoComplete(String) Method
Specifies a selector. It is optional. If it is not set, a default dom element will be generated.
Creates a C1.Web.Mvc.AutoComplete<T> control and attaches it to the dom elements matching against the specified selector.
Syntax
'Declaration
 
Public Overloads Function AutoComplete( _
   Optional ByVal selector As String _
) As AutoCompleteBuilder(Of Object)

Parameters

selector
Specifies a selector. It is optional. If it is not set, a default dom element will be generated.

Return Value

See Also

Reference

ControlBuilderFactory Class
ControlBuilderFactory Members
Overload List