FastColoredTextBox.FoldedBlocks Property

T3000 CrossPlatform

FastColoredTextBoxFoldedBlocks Property

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

Contains UniqueId of start lines of folded blocks

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public Dictionary<int, int> FoldedBlocks { get; }
Public ReadOnly Property FoldedBlocks As Dictionary(Of Integer, Integer)
	Get

Dim instance As FastColoredTextBox
Dim value As Dictionary(Of Integer, Integer)

value = instance.FoldedBlocks

Property Value

Type: DictionaryInt32, Int32
Remarks
This dictionary remembers folding state of blocks. It is needed to restore child folding after user collapsed/expanded top-level folding block.
See Also