Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / AutoComplete Property


In This Topic
    AutoComplete Property (FormulaTextBox)
    In This Topic
    Gets or sets whether to allow the automatic completion of text in the formula text box.
    Syntax
    'Declaration
     
    
    Public Property AutoComplete As Boolean
    'Usage
     
    
    Dim instance As FormulaTextBox
    Dim value As Boolean
     
    instance.AutoComplete = value
     
    value = instance.AutoComplete
    public bool AutoComplete {get; set;}
    See Also