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
CompletionEdit
control.
- Label
Represents a label associated with the edit
CompletionEdit
control.
- PathLabel
Represents a path label associated with the edit
CompletionEdit
control.
Methods
- Dispose(bool)
Destroys the instance of the
CompletionEdit
class.
- UpdateSize()
Updates size of this
ICompletionEdit
control.