Interface ICompletionEdit
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.v10.dll
Represents properties for code completion requirements.
public interface ICompletionEdit : IControl
Properties
- EditBox
When implemented by a class, represents a text box allowing to edit content of the
ICompletionEditcontrol.
- Label
When implemented by a class, represents a label associated with the edit
ICompletionEditcontrol.
- PathLabel
When implemented by a class, represents a path label associated with the edit
ICompletionEditcontrol.
Methods
- UpdateSize()
When implemented by a class, updates size of this
ICompletionEditcontrol.