constants CodeCompletionEnum
The CodeCompletionEnum type how the code completion feature works. The CodeCompletation property specifies whether the code completion feature is enabled or disabled. The CodeCompletionEnum type supports the following values:

NameValueDescription
exCodeCompletionDisable0 The control supports no code completion feature.
exCodeCompletionEnable-1 The control supports code completion feature, and the context list panel is shown.
exCodeCompletionEnableNoUI1 The control supports code completion feature, but the context list panel is not shown.