FastColoredTextBox.Html Property

T3000 CrossPlatform

FastColoredTextBoxHtml Property

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

Gets colored text as HTML

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public string Html { get; }
Public ReadOnly Property Html As String
	Get

Dim instance As FastColoredTextBox
Dim value As String

value = instance.Html

Property Value

Type: String
Remarks
For more flexibility you can use ExportToHTML class also
See Also