Table of Contents

Method PopupAt

Namespace
Alternet.Editor.CodeCompletion
Assembly
Alternet.Editor.v9.dll

PopupAt(int, int)

Displays popup window at the specified position.

public virtual void PopupAt(int x, int y)

Parameters

x int

Horizontal coordinate at which popup window should be displayed.

y int

Vertical coordinate at which popup window should be displayed.

PopupAt(Point)

Displays popup window at the specified screen position.

public virtual void PopupAt(Point position)

Parameters

position Point

The Point object that specifies the coordinates at which popup window should be displayed.

PopupAt(Point, ICodeCompletionProvider)

Displays popup window at the specified position.

public virtual void PopupAt(Point position, ICodeCompletionProvider provider)

Parameters

position Point

The Point object that specifies the coordinates at which popup window should be displayed.

provider ICodeCompletionProvider

Specifies source of the content for this window