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

In This Topic
    IntelliAutoCompletionEnabled Property (C1ExpressionEditor)
    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