FileTextSource.LineHasFoldingStartMarker Method

T3000 CrossPlatform

FileTextSourceLineHasFoldingStartMarker Method

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

[Missing <summary> documentation for "M:FastColoredTextBoxNS.FileTextSource.LineHasFoldingStartMarker(System.Int32)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public override bool LineHasFoldingStartMarker(
	int iLine
)
Public Overrides Function LineHasFoldingStartMarker ( 
	iLine As Integer
) As Boolean

Dim instance As FileTextSource
Dim iLine As Integer
Dim returnValue As Boolean

returnValue = instance.LineHasFoldingStartMarker(iLine)

Parameters

iLine
Type: SystemInt32

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

Return Value

Type: Boolean

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

See Also