LineIsReadonly Method
LineIsReadonly(Int32)
Determines whether the given line is readonly.
Declaration
public virtual bool LineIsReadonly(int index)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | Line index. |
Returns
Type | Description |
---|---|
Boolean | True if the line at given index is readonly; otherwise false. |