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

    Show / Hide Table of Contents

    ShowCodeCompletionButton Method

    ShowCodeCompletionButton(ICodeCompletionProvider)

    Shows code completion popup window with given provider at the current position.

    Declaration
    public virtual void ShowCodeCompletionButton(ICodeCompletionProvider provider)
    Parameters
    Type Name Description
    ICodeCompletionProvider provider

    Represents data for code completion popup window.

    ShowCodeCompletionButton(ICodeCompletionProvider, Point, Boolean)

    Shows code completion popup window with given Provider at the specified position.

    Declaration
    public virtual void ShowCodeCompletionButton(ICodeCompletionProvider provider, Point position, bool dropDown)
    Parameters
    Type Name Description
    ICodeCompletionProvider provider

    Represents data for code completion popup window.

    Point position

    Position to show code completion popup window.

    Boolean dropDown

    Specifies if dropdown menu should be displayed.

    ShowCodeCompletionButton(ICodeCompletionProvider, Point, Point, Point, Boolean)

    Declaration
    protected virtual void ShowCodeCompletionButton(ICodeCompletionProvider provider, Point pt, Point startPoint, Point endPoint, bool dropDown)
    Parameters
    Type Name Description
    ICodeCompletionProvider provider
    Point pt
    Point startPoint
    Point endPoint
    Boolean dropDown
    In This Article
    Back to top Copyright AlterNET Software Download PDF