Method Close
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.v10.dll
Close(bool, char)
Closes the popup window.
public virtual void Close(bool accept, char keyChar)
Parameters
acceptboolIndicates whether the result of the popup should be accepted.
keyCharcharChar that closes this window.
Close(bool, bool)
Closes the popup window.
public virtual void Close(bool accept, bool setFocus)
Parameters
acceptboolIndicates whether the result of the popup should be accepted.
setFocusboolIndicates 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
acceptboolIndicates whether the result of the popup should be accepted.