AvalonEdit
Install Method (textArea)
NamespacesICSharpCode.AvalonEdit.FoldingFoldingManagerInstall(TextArea)
Adds Folding support to the specified text area. Warning: The folding manager is only valid for the text area's current document. The folding manager must be uninstalled before the text area is bound to a different document.
Declaration Syntax
C#Visual BasicVisual C++
public static FoldingManager Install(
	TextArea textArea
)
Public Shared Function Install ( _
	textArea As TextArea _
) As FoldingManager
public:
static FoldingManager^ Install(
	TextArea^ textArea
)
Parameters
textArea (TextArea)
Return Value
The FoldingManager that manages the list of foldings inside the text area.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238