Method LineIsModified
LineIsModified(int)
Indicates whether specified line already modified.
public virtual bool LineIsModified(int index)
Parameters
index
intIndex of line to check.
Returns
- bool
True is line modified; otherwise false.
LineIsModified(int, out bool)
Indicates whether specified line already modified.
public virtual bool LineIsModified(int index, out bool saved)
Parameters
index
intIndex of line to check.
saved
boolReceives boolean value that indicates whether line was not changed since the last saving.
Returns
- bool
True is line modified; otherwise false.