Class CodeCompletionPopup
- Namespace
- Alternet.Scripter.Debugger.UI.Evaluation.CodeCompletion
- Assembly
- Alternet.Scripter.Debugger.UI.v9.dll
Represents a pop-up window for Code Completion controller.
public class CodeCompletionPopup : Popup, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ICodeCompletionPopup
- Inheritance
-
CodeCompletionPopup
- Implements
Constructors
- CodeCompletionPopup(Control, CodeCompletionPopupConfiguration)
Initializes a new instance of the
CodeCompletionPopup
class with specified settings.
Methods
- ChangeSelection(ChangePopupSelectionCommand)
Changes selection accordingly to specified command.
- Close()
Closes pop-up control.
- GetItems()
Represents list of items in a string form.
- GetSelectedItem()
Finds out currently selected item in the pop-up window.
- OnVisibleChanged(EventArgs)
Raises the VisibleChanged event.
- SetItems(IEnumerable<Symbol>)
Updates
Symbol
collection to the pop-up control.
- WndProc(ref Message)
Processes Windows messages.