C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / Delay Property


In This Topic
Delay Property (C1TextBox)
In This Topic
Gets or sets the delay that occurs between the key strokes and the text changed event.
Syntax
'Declaration
 
Public Property Delay As TimeSpan
 
'Usage
 
Dim instance As C1TextBox
Dim value As TimeSpan
 
instance.Delay = value
 
value = instance.Delay
Remarks
Setting this delay to something bigger than zero allows skipping unnecessary events when the text box is used in filtering scenarios.
See Also