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
public TimeSpan Delay {get; set;}
See Also