Class EvaluateDialog.CodeCompletionOptions
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.