FastColoredTextBox.FindEndOfFoldingBlock Method

T3000 CrossPlatform

FastColoredTextBoxFindEndOfFoldingBlock Method

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

[Missing <summary> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.FindEndOfFoldingBlock(System.Int32,System.Int32)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
protected virtual int FindEndOfFoldingBlock(
	int iStartLine,
	int maxLines
)
Protected Overridable Function FindEndOfFoldingBlock ( 
	iStartLine As Integer,
	maxLines As Integer
) As Integer

Dim iStartLine As Integer
Dim maxLines As Integer
Dim returnValue As Integer

returnValue = Me.FindEndOfFoldingBlock(iStartLine, 
	maxLines)

Parameters

iStartLine
Type: SystemInt32

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

maxLines
Type: SystemInt32

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

Return Value

Type: Int32

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

See Also