Table of Contents

Class CodeCompletionPopup

Namespace
Alternet.Scripter.Debugger.UI.Wpf.Evaluation.CodeCompletion
Assembly
Alternet.Scripter.Debugger.UI.Wpf.v9.dll
public class CodeCompletionPopup : CodeCompletionPopupBase, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, ICodeCompletionPopup
Inheritance
CodeCompletionPopup
Implements
Extension Methods

Constructors

CodeCompletionPopup(Control, CodeCompletionPopupConfiguration)

Methods

ChangeSelection(ChangePopupSelectionCommand)
GetItems()
GetSelectedItem()
OnPreviewMouseDown(MouseButtonEventArgs)

Invoked when an unhandled System.Windows.Input.Mouse.PreviewMouseDown attached routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

OnPreviewMouseUp(MouseButtonEventArgs)

Invoked when an unhandled System.Windows.Input.Mouse.PreviewMouseUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

SetItems(IEnumerable<Symbol>)