Table of Contents

Method LineIsModified

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

LineIsModified(int)

When implemented by a class, indicates whether specified line already modified.

bool LineIsModified(int index)

Parameters

index int

Index of line to check.

Returns

bool

True is line modified; otherwise false.

LineIsModified(int, out bool)

When implemented by a class, indicates whether specified line already modified.

bool LineIsModified(int index, out bool saved)

Parameters

index int

Index of line to check.

saved bool

Receives boolean value that indicates whether line was not changed since the last saving.

Returns

bool

True is line modified; otherwise false.