Table of Contents

Method IsExpanded

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

IsExpanded(int)

Indicates whether the outlined section at the specified line is expanded. IsCollapsed(int)

public virtual bool IsExpanded(int index)

Parameters

index int

The index of the line.

Returns

bool

True if outlined section is expanded; otherwise false.

Remarks

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