Table of Contents

Method SetLineReadonly

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

SetLineReadonly(int, bool)

When implemented by a class, sets readonly state for the given line.

void SetLineReadonly(int index, bool readOnly)

Parameters

index int

Line index.

readOnly bool

Indicates readonly flag should be set or cleared.

SetLineReadonly(int[], bool)

When implemented by a class, sets readonly state for the given line.

void SetLineReadonly(int[] indexes, bool readOnly)

Parameters

indexes int[]

Line indexes.

readOnly bool

Indicates readonly flag should be set or cleared.