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

    Show / Hide Table of Contents

    OnTextFound Method

    OnTextFound(String, SearchOptions, Regex, Match, Point, Int32, Boolean, Boolean)

    When implemented by a class, occurs when search text is found.

    Declaration
    public void OnTextFound(string text, SearchOptions options, Regex expression, Match match, Point position, int len, bool silent, bool multiline)
    Parameters
    Type Name Description
    String text

    Text being found.

    SearchOptions options

    Represents options to search text.

    Regex expression

    Represents a regular expression to find text.

    Match match

    Specifies match if regular expression search successful.

    Point position

    Specifies position of found text.

    Int32 len

    Specifies length of found text.

    Boolean silent

    Determines if no visual feedback is required.

    Boolean multiline

    Determines if search text is found on multiple lines.

    Implements
    ISearch.OnTextFound(String, SearchOptions, Regex, Match, Point, Int32, Boolean, Boolean)
    In This Article
    Back to top Copyright AlterNET Software Download PDF