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