TextSource.CreateLine Method

T3000 CrossPlatform

TextSourceCreateLine Method

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

[Missing <summary> documentation for "M:FastColoredTextBoxNS.TextSource.CreateLine"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public virtual Line CreateLine()
Public Overridable Function CreateLine As Line

Dim instance As TextSource
Dim returnValue As Line

returnValue = instance.CreateLine()

Return Value

Type: Line

[Missing <returns> documentation for "M:FastColoredTextBoxNS.TextSource.CreateLine"]

See Also