Table of Contents

Method LineIsReadonly

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

LineIsReadonly(int)

Determines whether the given line is readonly.

public virtual bool LineIsReadonly(int index)

Parameters

index int

Line index.

Returns

bool

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