Table of Contents

Method PopupAt

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

PopupAt(double, double)

When implemented by a class, displays popup window at the specified screen position.

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)

When implemented by a class, displays popup window at the specified screen position.

void PopupAt(Point position)

Parameters

position Point

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

PopupAt(Point, ICodeCompletionProvider)

When implemented by a class, displays popup window at the specified screen position.

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