Table of Contents

Method LineIsHidden

Namespace
Alternet.Editor.TextSource
Assembly
Alternet.Editor.v9.dll

LineIsHidden(int)

When implemented by a class, determines whether the given line is hidden.

bool LineIsHidden(int index)

Parameters

index int

Line index.

Returns

bool

True if the line at given index is hidden; otherwise false.