FastColoredTextBox.ExpandFoldedBlock Method

T3000 CrossPlatform

FastColoredTextBoxExpandFoldedBlock Method

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

Exapnds folded block

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public virtual void ExpandFoldedBlock(
	int iLine
)
Public Overridable Sub ExpandFoldedBlock ( 
	iLine As Integer
)

Dim instance As FastColoredTextBox
Dim iLine As Integer

instance.ExpandFoldedBlock(iLine)

Parameters

iLine
Type: SystemInt32
Start line
See Also