Table of Contents

Class CompletionEdit

Namespace
Alternet.Editor.CodeCompletion
Assembly
Alternet.Editor.v9.dll

Represents a completion list box control. This class inherited from ListBox class and provides similar functionality for code completion requirements.

public class CompletionEdit : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, ICompletionEdit, IControl
Inheritance
CompletionEdit
Implements

Constructors

CompletionEdit()

Initializes a new instance of the CompletionEdit class with default settings.

Properties

EditBox

Represents a text box allowing to edit content of the CompletionEditcontrol.

Label

Represents a label associated with the edit CompletionEditcontrol.

PathLabel

Represents a path label associated with the edit CompletionEditcontrol.

Methods

Dispose(bool)

Destroys the instance of the CompletionEdit class.

DoKeyPress(object, KeyPressEventArgs)
UpdateSize()

Updates size of this ICompletionEdit control.