New to Telerik UI for WPFStart a free 30-day trial

Class OverloadListPopup. Implements the IntelliPromptBase

Definition

Constructors

Initializes a new instance of the OverloadListPopup class.

C#
public OverloadListPopup(RadSyntaxEditor syntaxEditor)
Parameters:syntaxEditorRadSyntaxEditor

The code editor.

Properties

Indicates whether the OverloadListPresenter has items.

C#
protected override bool HasItems { get; }

Overrides: IntelliPromptBase.HasItems

Gets the presenter.

C#
public OverloadListPresenter Presenter { get; }
Property Value:

The presenter.

Methods

Attaches to editor.

C#
protected override void AttachToEditor()

Overrides: IntelliPromptBase.AttachToEditor()

Handles the code editor key down.

C#
protected override void HandleSyntaxEditorKeyDown(object sender, PreviewSyntaxEditorKeyEventArgs e)
Parameters:senderobject

The sender.

ePreviewSyntaxEditorKeyEventArgs

The PreviewSyntaxEditorKeyEventArgs instance containing the event data.

Overrides: IntelliPromptBase.HandleSyntaxEditorKeyDown(object, PreviewSyntaxEditorKeyEventArgs)

Resets this instance.

C#
protected override void Reset()

Overrides: IntelliPromptBase.Reset()