SetLineReadonly Method
SetLineReadonly(Int32, Boolean)
Sets readonly state for the given line.
Declaration
public virtual void SetLineReadonly(int index, bool readOnly)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | Line index. |
Boolean | readOnly | Indicates readonly flag should be set or cleared. |
Implements
SetLineReadonly(Int32[], Boolean)
Sets readonly state for the given line.
Declaration
public virtual void SetLineReadonly(int[] indexes, bool readOnly)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | indexes | Line indexes. |
Boolean | readOnly | Indicates readonly flag should be set or cleared. |