Table of Contents

Method LineIsReadonly

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

LineIsReadonly(int)

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

bool LineIsReadonly(int index)

Parameters

index int

Line index.

Returns

bool

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