FastColoredTextBox.DelayedTextChangedInterval Property

T3000 CrossPlatform

FastColoredTextBoxDelayedTextChangedInterval Property

[This is preliminary documentation and is subject to change.]

Minimal delay(ms) for TextChangedDelayed event.

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public int DelayedTextChangedInterval { get; set; }
Public Property DelayedTextChangedInterval As Integer
	Get
	Set

Dim instance As FastColoredTextBox
Dim value As Integer

value = instance.DelayedTextChangedInterval

instance.DelayedTextChangedInterval = value

Property Value

Type: Int32
See Also