TextVersion Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Text version

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public int TextVersion { get; private set; }
Visual Basic
Public Property TextVersion As Integer
	Get
	Private Set
Visual C++
public:
property int TextVersion {
	int get ();
	private: void set (int value);
}

Remarks

This counter is incremented each time changes the text

See Also