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