Method PopupAt
PopupAt(double, double)
Displays popup window at the specified position.
public void PopupAt(double x, double y)
Parameters
x
doubleHorizontal coordinate at which popup window should be displayed.
y
doubleVertical coordinate at which popup window should be displayed.
PopupAt(Point)
Displays popup window at the specified position.
public void PopupAt(Point point)
Parameters
point
PointThe 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
PointThe Point object that specifies the coordinates at which popup window should be displayed.
provider
ICodeCompletionProviderSpecifies source of the content for this window