BrowserAutocomplete Property
In This Topic
Gets or sets whether the browser will show suggestions based on previous entered texts.
Syntax
'Declaration
Public Property BrowserAutocomplete As Boolean
public bool BrowserAutocomplete {get; set;}
See Also