Interface ICodeCompletionEdit
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.v9.dll
Represents properties and methods of a popup window that displays code completion information presented in the form of an edit with a label.
public interface ICodeCompletionEdit : ICodeCompletionWindow, IControl
Properties
- Edit
When implemented by a class, represents a completion list box control.
- EditField
When implemented by a class, gets or sets a value that indicates caption of the Edit label.
- EditPath
When implemented by a class, gets or sets a value that indicates path to the nested data.
- EditText
When implemented by a class, gets or sets a value that indicates text of the field being edited.