Table of Contents

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 bool

Indicates whether the result of the popup should be accepted.

keyChar char

Char that closes this window.

Close(bool, bool)

Closes the popup window.

public virtual void Close(bool accept, bool setFocus)

Parameters

accept bool

Indicates whether the result of the popup should be accepted.

setFocus bool

Indicates 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

accept bool
setFocus bool
keyChar char

Returns

bool

Close(bool)

Closes the popup window.

public virtual void Close(bool accept)

Parameters

accept bool

Indicates whether the result of the popup should be accepted.