Table of Contents

Class EditorCodeCompletionController.CodeCompletionPopup

Namespace
Alternet.Scripter.Integration
Assembly
Alternet.Scripter.Integration.v9.dll
public class EditorCodeCompletionController.CodeCompletionPopup : ICodeCompletionPopup
Inheritance
EditorCodeCompletionController.CodeCompletionPopup
Implements

Constructors

CodeCompletionPopup(CodeCompletionBox, CodeCompletionPopupConfiguration)

Properties

Visible

When implemented by a class, indicates whether pop-up window is visible.

Methods

ChangeSelection(ChangePopupSelectionCommand)

When implemented by a class, changes selection accordingly to specified command.

Close()

When implemented by a class, closes pop-up control.

GetItems()

When implemented by a class, represents list of items in a string form.

GetSelectedItem()

When implemented by a class, finds out currently selected item in the pop-up window.

SetItems(IEnumerable<Symbol>)

When implemented by a class, updates Symbol collection to the pop-up control.

Show(Control, Point)

When implemented by a class, displays popup window with specified parameters.