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

    Show / Hide Table of Contents

    NeedReplaceCurrent Method

    NeedReplaceCurrent()

    Indicates whether search engine need to replace successfully found and selected text.

    Declaration
    public virtual bool NeedReplaceCurrent()
    Returns
    Type Description
    Boolean

    True is some text is found; otherwise false.

    NeedReplaceCurrent(out Match)

    Indicates whether search engine need to replace successfully found and selected text.

    Declaration
    public virtual bool NeedReplaceCurrent(out Match match)
    Parameters
    Type Name Description
    Match match

    Receives match if regular expression search successful.

    Returns
    Type Description
    Boolean

    True is some text is found; otherwise false.

    Implements
    ISearch.NeedReplaceCurrent(out Match)
    In This Article
    Back to top Copyright AlterNET Software Download PDF