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

    Show / Hide Table of Contents

    DisplayModalSearchDialog Method

    DisplayModalSearchDialog()

    Initializes and runs a modal dialog box allowing you to search for some text.

    Declaration
    public DialogResult DisplayModalSearchDialog()
    Returns
    Type Description
    DialogResult

    DialogResult.OK if the user clicks OK in the dialog box; otherwise, DialogResult.Cancel.

    Implements
    ISyntaxEdit.DisplayModalSearchDialog()

    DisplayModalSearchDialog(IWin32Window)

    Initializes and runs a modal dialog box allowing you to search for some text.

    Declaration
    public DialogResult DisplayModalSearchDialog(IWin32Window owner)
    Parameters
    Type Name Description
    IWin32Window owner

    Any object that implements IWin32Window that represents the top-level window that will own the modal dialog box.

    Returns
    Type Description
    DialogResult

    DialogResult.OK if the user clicks OK in the dialog box; otherwise, DialogResult.Cancel.

    Implements
    ISyntaxEdit.DisplayModalSearchDialog(IWin32Window)
    In This Article
    Back to top Copyright AlterNET Software Download PDF