Class CompletionEdit
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.v10.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
CompletionEditclass with default settings.
Properties
- EditBox
Represents a text box allowing to edit content of the
CompletionEditcontrol.
- Label
Represents a label associated with the edit of the
CompletionEditcontrol.
- PathLabel
Represents a path label associated with the edit of the
CompletionEditcontrol.
Methods
- Dispose(bool)
Destroys the instance of the
CompletionEditclass.
- UpdateSize()
Updates size of this
ICompletionEditcontrol.