CleanCode C# Libraries v0.9.22 API

SyntaxHilightTextBox.RefreshDelay Property

Gets or sets the refresh delay.

public Int32 RefreshDelay {get; set;}

Property Value

The refresh delay.

Remarks

This specifies the interval (in milliseconds) to wait after the user pauses typing before auto-refreshing, when AutoHilight is enabled. Default is 500 milliseconds.

See Also

SyntaxHilightTextBox Class | CleanCodeControls.Forms Namespace