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