FastColoredTextBox.GetLineFoldingEndMarker Method

T3000 CrossPlatform

FastColoredTextBoxGetLineFoldingEndMarker Method

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

End foilding marker for the line

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public string GetLineFoldingEndMarker(
	int iLine
)
Public Function GetLineFoldingEndMarker ( 
	iLine As Integer
) As String

Dim instance As FastColoredTextBox
Dim iLine As Integer
Dim returnValue As String

returnValue = instance.GetLineFoldingEndMarker(iLine)

Parameters

iLine
Type: SystemInt32

[Missing <param name="iLine"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.GetLineFoldingEndMarker(System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.GetLineFoldingEndMarker(System.Int32)"]

See Also