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

    Show / Hide Table of Contents

    IndentLine Method

    IndentLine()

    Inserts spaces to the start of the current line. Number of spaces is calculated from indent options or SyntaxParser if assigned.

    Declaration
    public virtual void IndentLine()
    Implements
    IEdit.IndentLine()

    IndentLine(String, Boolean)

    Inserts white space to the start of the current line.

    white space string Indicates if the change needs to be translated to the parser
    Declaration
    public virtual void IndentLine(string indent, bool withChange = false)
    Parameters
    Type Name Description
    String indent
    Boolean withChange
    Implements
    IEdit.IndentLine(String, Boolean)
    In This Article
    Back to top Copyright AlterNET Software Download PDF