Table of Contents

Method IsExpanded

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

IsExpanded(int)

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

bool IsExpanded(int index)

Parameters

index int

Index of the line to test.

Returns

bool

True if expanded; otherwise false.