Expression Editor for WinForms | ComponentOne
C1.Win.ExpressionEditor Namespace / ExpressionEditorCollection Class / IntelliAutoCompletionEnabled Property

In This Topic
    IntelliAutoCompletionEnabled Property (ExpressionEditorCollection)
    In This Topic
    Gets or sets a value indicating the IntelliAutoCompletion is enabled or not.
    Syntax
    'Declaration
     
    
    Public Property IntelliAutoCompletionEnabled As Boolean
    public bool IntelliAutoCompletionEnabled {get; set;}
    See Also