FastColoredTextBox.CaretBlinking Property

T3000 CrossPlatform

FastColoredTextBoxCaretBlinking Property

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

Enables caret blinking

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

Dim instance As FastColoredTextBox
Dim value As Boolean

value = instance.CaretBlinking

instance.CaretBlinking = value

Property Value

Type: Boolean
See Also