Table of Contents

Method PopupAt

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

PopupAt(double, double)

Displays popup window at the specified position.

public void PopupAt(double x, double y)

Parameters

x double

Horizontal coordinate at which popup window should be displayed.

y double

Vertical coordinate at which popup window should be displayed.

PopupAt(Point)

Displays popup window at the specified position.

public void PopupAt(Point point)

Parameters

point 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 point, ICodeCompletionProvider provider)

Parameters

point 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