Method Close
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.v9.dll
Close(bool)
When implemented by a class, closes the popup window.
void Close(bool accept)
Parameters
accept
boolIndicates whether the result of the popup should be accepted.
Close(bool, bool)
Closes the popup window.
void Close(bool accept, bool setFocus)