Class
OverloadListPopup

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: IDisposable

Inherited Members IntelliPromptBase.Close()IntelliPromptBase.Dispose()IntelliPromptBase.Show()IntelliPromptBase.Show(CaretPosition, CaretPosition)IntelliPromptBase.ArrangeOverride(Size)IntelliPromptBase.AutoClose()IntelliPromptBase.DetachFromEditor()IntelliPromptBase.Dispose(bool)IntelliPromptBase.HandleSyntaxEditorKeyUp(object, PreviewSyntaxEditorKeyEventArgs)IntelliPromptBase.CloseOnLostFocusIntelliPromptBase.EditorIntelliPromptBase.EndPositionIntelliPromptBase.IsAutoCloseIntelliPromptBase.IsVisibleIntelliPromptBase.OpacityWhenCtrlPressedIntelliPromptBase.RepositionOnCaretPositionChangedIntelliPromptBase.StartPositionIntelliPromptBase.HasCalledCloseIntelliPromptBase.IsSelecting

Constructors

OverloadListPopup(RadSyntaxEditor)

Initializes a new instance of the OverloadListPopup class.

Declaration

cs-api-definition
public OverloadListPopup(RadSyntaxEditor syntaxEditor)

Parameters

syntaxEditor

RadSyntaxEditor

The code editor.

Properties

HasItems

Indicates whether the OverloadListPresenter has items.

Declaration

cs-api-definition
protected override bool HasItems { get; }

Property Value

bool

Overrides IntelliPromptBase.HasItems

Presenter

Gets the presenter.

Declaration

cs-api-definition
public OverloadListPresenter Presenter { get; }

Property Value

OverloadListPresenter

The presenter.

Methods

AttachToEditor()

Attaches to editor.

Declaration

cs-api-definition
protected override void AttachToEditor()

Overrides IntelliPromptBase.AttachToEditor()

HandleSyntaxEditorKeyDown(object, PreviewSyntaxEditorKeyEventArgs)

Handles the code editor key down.

Declaration

cs-api-definition
protected override void HandleSyntaxEditorKeyDown(object sender, PreviewSyntaxEditorKeyEventArgs e)

Parameters

sender

object

The sender.

e

PreviewSyntaxEditorKeyEventArgs

The PreviewSyntaxEditorKeyEventArgs instance containing the event data.

Overrides IntelliPromptBase.HandleSyntaxEditorKeyDown(object, PreviewSyntaxEditorKeyEventArgs)

Reset()

Resets this instance.

Declaration

cs-api-definition
protected override void Reset()

Overrides IntelliPromptBase.Reset()