Class CompletionListPopup
Class CompletionListPopup.
Implements the Intelli
Inherited Members
Namespace: Telerik.WinForms.Controls.SyntaxEditor.UI
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class CompletionListPopup : IntelliPromptBase, IThemeChangeListener, IDisposable
Constructors
CompletionListPopup(RadSyntaxEditorElement)
Initializes a new instance of the Completion
Declaration
public CompletionListPopup(RadSyntaxEditorElement syntaxEditor)
Parameters
Rad The code editor. |
Properties
CloseOnLostFocus
Gets a value indicating whether [close on lost focus].
Declaration
public override bool CloseOnLostFocus { get; }
Property Value
System.
|
Overrides
CompletionListBox
Gets the completion list control.
Declaration
public RadListControl CompletionListBox { get; }
Property Value
Rad The completion list items. |
Presenter
Gets the presenter.
Declaration
public CompletionListPresenter Presenter { get; }
Property Value
Completion The presenter. |
RepositionOnCaretPositionChanged
Gets a value indicating whether [reposition on caret position changed].
Declaration
public override bool RepositionOnCaretPositionChanged { get; }
Property Value
System.
|
Overrides
VisibleItemsCount
Gets or sets the count of the visible items inside the completion window.
Declaration
public int VisibleItemsCount { get; set; }
Property Value
System. The completion list items count. |
Methods
AttachToEditor()
Attaches to editor.
Declaration
protected override void AttachToEditor()
Overrides
DetachFromEditor()
Detaches from editor.
Declaration
protected override void DetachFromEditor()
Overrides
EditorLocationChanged(Object, EventArgs)
Declaration
protected override void EditorLocationChanged(object sender, EventArgs e)
Parameters
System.
|
System.
|
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
OnGotFocus(EventArgs)
Invoked whenever an unhandled System.
Declaration
protected override void OnGotFocus(EventArgs e)
Parameters
System. The System. |
ReadOwnerProperties()
Declaration
protected override void ReadOwnerProperties()
Overrides
UpdatePopupSize()
Events
TextInserting
Occurs when text is being inserted from completion list to syntax editor.
Declaration
public event EventHandler<CompletionListTextInsertingEventArgs> TextInserting
Event Type
System.
|