Method Close
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
charRepresents key code causing code completion window to close.
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)
Closes the popup window.
public virtual void Close(bool accept)
Parameters
accept
boolIndicates whether the result of the popup should be accepted.
Close(bool, bool, char)
protected virtual bool Close(bool accept, bool setFocus, char keyChar)