Spread Windows Forms 12.0 Product Documentation
AutoComplete Property (FormulaTextBox)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FormulaTextBox Class : AutoComplete Property
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;}

Property Value

Boolean: true to allow the automatic completion; false otherwise
See Also

Reference

FormulaTextBox Class
FormulaTextBox Members