CompletionInterval Property
In This Topic
Gets or sets the time, in milliseconds, before the timer kicks in to provide suggestions for completion using the Web service.
Syntax
'Declaration
Public Property CompletionInterval As Integer
'Usage
Dim instance As AutoCompleteCellType
Dim value As Integer
instance.CompletionInterval = value
value = instance.CompletionInterval
public int CompletionInterval {get; set;}
Property Value
Integer number of milliseconds in the timer interval
Example
This example uses a Web service for an automatic completion cell.
See Also