C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1AutoComplete Class / Delay Property


In This Topic
Delay Property (C1AutoComplete)
In This Topic
Gets or sets the delay, in milliseconds, between when input occurs and when the search is performed.
Syntax
'Declaration
 
Public Property Delay As TimeSpan
 
'Usage
 
Dim instance As C1AutoComplete
Dim value As TimeSpan
 
instance.Delay = value
 
value = instance.Delay
See Also