OverloadListPopup
Class
Class OverloadListPopup. Implements the IntelliPromptBase
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
C#
public class OverloadListPopup : IntelliPromptBase, IDisposable
Inheritance: objectIntelliPromptBaseOverloadListPopup
Implements:
Inherited Members
Constructors
Initializes a new instance of the OverloadListPopup class.
C#
public OverloadListPopup(RadSyntaxEditor syntaxEditor)
The code editor.
Properties
Indicates whether the OverloadListPresenter has items.
C#
protected override bool HasItems { get; }
Overrides:
Gets the presenter.
C#
public OverloadListPresenter Presenter { get; }
The presenter.
Methods
Attaches to editor.
C#
protected override void AttachToEditor()
Overrides:
Handles the code editor key down.
C#
protected override void HandleSyntaxEditorKeyDown(object sender, PreviewSyntaxEditorKeyEventArgs e)
The sender.
ePreviewSyntaxEditorKeyEventArgsThe PreviewSyntaxEditorKeyEventArgs instance containing the event data.
Overrides:
Resets this instance.
C#
protected override void Reset()
Overrides: