Table of Contents

Constructor CodeCompletionWindow

Namespace
Alternet.Editor.CodeCompletion
Assembly
Alternet.Editor.v9.dll

CodeCompletionWindow()

Initializes a new instance of the CodeCompletionWindow class with default settings.

public CodeCompletionWindow()

CodeCompletionWindow(Control)

Initializes a new instance of the CodeCompletionWindow class with a specified owner.

public CodeCompletionWindow(Control owner)

Parameters

owner Control

The SyntaxEdit control owning this new instance.