FastColoredTextBox.ExpandBlock Method (Int32)

T3000 CrossPlatform

FastColoredTextBoxExpandBlock Method (Int32)

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

Expand collapsed block

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

Dim instance As FastColoredTextBox
Dim iLine As Integer

instance.ExpandBlock(iLine)

Parameters

iLine
Type: SystemInt32
Any line inside collapsed block
See Also