Table of Contents

Class EvaluateDialog.CodeCompletionOptions

Namespace
Alternet.Scripter.Debugger.UI.Wpf
Assembly
Alternet.Scripter.Debugger.UI.Wpf.v9.dll

Represents options that affect code completion in the evaluation dialog.

public class EvaluateDialog.CodeCompletionOptions
Inheritance
EvaluateDialog.CodeCompletionOptions

Fields

Disabled

Disabled code completion in the evaluation dialog.

Enabled

Enabled code completion in the evaluation dialog.

Properties

CodeCompletionEnabled

Gets a value indicating whether code completion is enabled.

CreateCustomControllerFunc

Gets a method handles creation of codecompletion controller object.

Methods

Custom(CreateCodeCompletionControllerDelegate)

Gets a custom options for the code completion in the evaluation dialog.