T3000 CrossPlatform Documentation
ExportToHTMLGetHtml Method (FastColoredTextBox) |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:FastColoredTextBoxNS.ExportToHTML.GetHtml(FastColoredTextBoxNS.FastColoredTextBox)"]
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public string GetHtml( FastColoredTextBox tb )
Public Function GetHtml ( tb As FastColoredTextBox ) As String Dim instance As ExportToHTML Dim tb As FastColoredTextBox Dim returnValue As String returnValue = instance.GetHtml(tb)
Parameters
- tb
- Type: FastColoredTextBoxNSFastColoredTextBox
[Missing <param name="tb"/> documentation for "M:FastColoredTextBoxNS.ExportToHTML.GetHtml(FastColoredTextBoxNS.FastColoredTextBox)"]
Return Value
Type: String[Missing <returns> documentation for "M:FastColoredTextBoxNS.ExportToHTML.GetHtml(FastColoredTextBoxNS.FastColoredTextBox)"]
See Also