Table of Contents

Method Close

Namespace
Alternet.Editor.CodeCompletion
Assembly
Alternet.Editor.v9.dll

Close(bool)

When implemented by a class, closes the popup window.

void Close(bool accept)

Parameters

accept bool

Indicates whether the result of the popup should be accepted.

Close(bool, bool)

Closes the popup window.

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.