Method Close
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.v9.dll
Close(bool, char)
Closes the popup window.
public virtual void Close(bool accept, char keyChar)
Parameters
accept
boolIndicates whether the result of the popup should be accepted.
keyChar
charChar that closes this window.
Close(bool, bool)
Closes the popup window.
public virtual void Close(bool accept, bool setFocus)
Parameters
accept
boolIndicates whether the result of the popup should be accepted.
setFocus
boolIndicates whether the owner control should be focused after closing popup window.
Close(bool, bool, char)
protected virtual bool Close(bool accept, bool setFocus, char keyChar)
Parameters
Returns
Close(bool)
Closes the popup window.
public virtual void Close(bool accept)
Parameters
accept
boolIndicates whether the result of the popup should be accepted.