property Edit.CodeCompletion as CodeCompletionEnum
Specifies whether the code completion feature is enabled or disabled.

TypeDescription
CodeCompletionEnum A CodeCompletionEnum expression that indicates whether the code completion feature is enabled. 

The control provides code completion support. By default, the user can invoke the control's context list by pressing CTRL+SPACE combination ( the CodeCompletion property is True, by default ). Use the Context collection to add your keywords to the control's context list. Use the Add method to add new items to the control's context list. The ActiveContextItems property defines the key of the current context. The ContextKey property specifies the key combination to display the control's context window.