FastColoredTextBox.TextVersion Property

T3000 CrossPlatform

FastColoredTextBoxTextVersion Property

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

Text version

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

Dim instance As FastColoredTextBox
Dim value As Integer

value = instance.TextVersion

Property Value

Type: Int32
Remarks
This counter is incremented each time changes the text
See Also