Table of Contents

Method Close

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.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

Represents 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 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)

Closes the popup window.

public virtual void Close(bool accept)

Parameters

accept bool

Indicates whether the result of the popup should be accepted.

Close(bool, bool, char)

protected virtual bool Close(bool accept, bool setFocus, char keyChar)

Parameters

accept bool
setFocus bool
keyChar char

Returns

bool