SavedText Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
This text will be saved in the file

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

Syntax

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

See Also