Method LineIsReadonly
LineIsReadonly(int)
Determines whether the given line is readonly.
public virtual bool LineIsReadonly(int index)
Parameters
index
intLine index.
Returns
- bool
True if the line at given index is readonly; otherwise false.