DisplayedLineText Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
This property contains only changed text. If text of line is not changed, this property contains null.

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

Syntax

C#
public string DisplayedLineText { get; private set; }
Visual Basic
Public Property DisplayedLineText As String
	Get
	Private Set
Visual C++
public:
property String^ DisplayedLineText {
	String^ get ();
	private: void set (String^ value);
}

See Also