Table of Contents

Method IsCollapsed

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

IsCollapsed(int)

Indicates whether the outline section at the specified line is collapsed. IsExpanded(int)

public virtual bool IsCollapsed(int index)

Parameters

index int

The index of the line.

Returns

bool

True if outlined section is collapsed; otherwise false.

Remarks

If there is no outline section at the specified line text, method return false.