Method PopupAt
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.v9.dll
PopupAt(int, int)
When implemented by a class, displays popup window at the specified screen position.
void PopupAt(int x, int y)
Parameters
x
intHorizontal coordinate at which popup window should be displayed.
y
intVertical 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
PointThe 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
PointThe Point object that specifies the coordinates at which popup window should be displayed.
provider
ICodeCompletionProviderSpecifies source of the content for this window