GetLineFoldingEndMarker Method

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
End foilding marker for the line

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

Syntax

C#
public string GetLineFoldingEndMarker(
	int iLine
)
Visual Basic
Public Function GetLineFoldingEndMarker ( _
	iLine As Integer _
) As String
Visual C++
public:
String^ GetLineFoldingEndMarker(
	int iLine
)

Parameters

iLine
Type: System..::..Int32

See Also