Class OverloadListPopup
Class OverloadListPopup.
Implements the Intelli
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 Overload
Declaration
public OverloadListPopup(RadSyntaxEditor syntaxEditor)
Parameters
Rad The code editor. |
Properties
HasItems
Indicates whether the OverloadListPresenter has items.
Declaration
protected override bool HasItems { get; }
Property Value
System.
|
Overrides
Presenter
Gets the presenter.
Declaration
public OverloadListPresenter Presenter { get; }
Property Value
Overload 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. The sender. |
Preview The Preview |
Overrides
Reset()
Resets this instance.
Declaration
protected override void Reset()