CompletionListPopup
Class CompletionListPopup. Implements the IntelliPromptBase
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
public class CompletionListPopup : IntelliPromptBase, IDisposable
Inheritance: objectIntelliPromptBaseCompletionListPopup
Implements:
Inherited Members
Constructors
Initializes a new instance of the CompletionListPopup class.
public CompletionListPopup(RadSyntaxEditor syntaxEditor)
The code editor.
Properties
Indicates whether the CompletionListPresenter has items.
protected override bool HasItems { get; }
Overrides:
Gets the presenter.
public CompletionListPresenter Presenter { get; }
The presenter.
Gets a value indicating whether [reposition on caret position changed].
public override bool RepositionOnCaretPositionChanged { get; }
true if [reposition on caret position changed]; otherwise, false.
Overrides:
Methods
Attaches to editor.
protected override void AttachToEditor()
Overrides:
Detaches from editor.
protected override void DetachFromEditor()
Overrides:
Handles the code editor key down.
protected override void HandleSyntaxEditorKeyDown(object sender, PreviewSyntaxEditorKeyEventArgs e)
The sender.
ePreviewSyntaxEditorKeyEventArgsThe PreviewSyntaxEditorKeyEventArgs instance containing the event data.
Overrides:
Invoked whenever an unhandled event reaches this element in its route.
protected override void OnGotFocus(RoutedEventArgs e)
The RoutedEventArgs that contains the event data.
Events
Occurs when text is being inserted from completion list to syntax editor.
public event EventHandler<CompletionListTextInsertingEventArgs> TextInserting