Html Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Gets colored text as HTML

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

Syntax

C#
public string Html { get; }
Visual Basic
Public ReadOnly Property Html As String
	Get
Visual C++
public:
property String^ Html {
	String^ get ();
}

Remarks

For more flexibility you can use ExportToHTML class also

See Also