FastColoredTextBox.ShowCaretWhenInactive Property

T3000 CrossPlatform

FastColoredTextBoxShowCaretWhenInactive Property

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

Draw caret when the control is not focused

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

Dim instance As FastColoredTextBox
Dim value As Boolean

value = instance.ShowCaretWhenInactive

instance.ShowCaretWhenInactive = value

Property Value

Type: Boolean
See Also