FastColoredTextBox.ExpandBlock Method (Int32, Int32)

T3000 CrossPlatform

FastColoredTextBoxExpandBlock Method (Int32, 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 virtual void ExpandBlock(
	int fromLine,
	int toLine
)
Public Overridable Sub ExpandBlock ( 
	fromLine As Integer,
	toLine As Integer
)

Dim instance As FastColoredTextBox
Dim fromLine As Integer
Dim toLine As Integer

instance.ExpandBlock(fromLine, toLine)

Parameters

fromLine
Type: SystemInt32

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

toLine
Type: SystemInt32

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

See Also