• HOME
  • PRODUCTS
  • DEMOS
  • BUY
  • BLOG
  • FORUM
  • DOCUMENTATION
  • ABOUT
  • FREE EVALUATION
Search Results for

    Show / Hide Table of Contents

    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
    IEdit.SetLineReadonly(Int32, Boolean)

    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.

    Implements
    IEdit.SetLineReadonly(Int32[], Boolean)
    In This Article
    Back to top Copyright AlterNET Software Download PDF