Class CodeCompletionEdit
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.v9.dll
Represents class that implements ICodeCompletionEdit
interface. This object is used to display a popup window containing Code Completion information presented in the form of an edit with a label.
public class CodeCompletionEdit : CodeCompletionWindow, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, ICodeCompletionEdit, ICodeCompletionWindow, IControl
- Inheritance
-
CodeCompletionEdit
- Implements
Constructors
- CodeCompletionEdit(Control, ICodeCompletionBox)
Initializes a new instance of the
CodeCompletionEdit
class with specified parameters.
Properties
- Edit
Represents a completion list box control.
- EditField
Gets or sets a value that indicates caption of the Edit label.
- EditPath
Gets or sets a value that indicates text of the field being edited.
- EditText
Gets or sets a value that indicates text of the field being edited.
- IsFocused
Indicates whether
CodeCompletionEdit
control has an input focus.
Methods
- ContainsControl(Control)
Retrieves a value indicating whether the popup window contains the specified control.
- ProcessKeyPreview(ref Message)
Previews a keyboard message.
- WndProc(ref Message)
Processes Windows messages.