T3000 CrossPlatform Documentation
FastColoredTextBoxDelayedEventsInterval Property |
[This is preliminary documentation and is subject to change.]
Minimal delay(ms) for delayed events (except TextChangedDelayed).
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public int DelayedEventsInterval { get; set; }
Public Property DelayedEventsInterval As Integer Get Set Dim instance As FastColoredTextBox Dim value As Integer value = instance.DelayedEventsInterval instance.DelayedEventsInterval = value
Property Value
Type: Int32See Also