Table of Contents

Method IsCollapsed

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

IsCollapsed(int)

When implemented by a class, indicates whether the outlined text at the specified line is collapsed.

bool IsCollapsed(int index)

Parameters

index int

Index of the line to test.

Returns

bool

True if collapsed; otherwise false.