FastColoredTextBox.GetLineFoldingStartMarker Method

T3000 CrossPlatform

FastColoredTextBoxGetLineFoldingStartMarker Method

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

Start foilding marker for the line

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

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

returnValue = instance.GetLineFoldingStartMarker(iLine)

Parameters

iLine
Type: SystemInt32

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

Return Value

Type: String

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

See Also