[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType.AutoCompleteMode

AutoCompleteMode Property

AutoCompleteMode

Gets or sets an option that controls how automatic completion works for the GrapeCity.Win.Spread.InputMan.CellType.GcTextBox control.

Declaration
public AutoCompleteMode AutoCompleteMode { get; set; }
Public Property AutoCompleteMode As AutoCompleteMode
Property Value
Type Description
AutoCompleteMode

One of the GrapeCity.Win.Spread.InputMan.CellType.GcTextBox.AutoCompleteMode values. The values are AutoAppend, AutoSuggest, AutoSuggestAppend, and None.
The default is None.

Remarks

Use the GrapeCity.Win.Spread.InputMan.CellType.GcTextBox.AutoCompleteCustomSource, AutoCompleteMode, and GrapeCity.Win.Spread.InputMan.CellType.GcTextBox.AutoCompleteSource properties to create a GcTextBox that automatically completes input strings by comparing the prefix being entered to the prefixes of all strings in a maintained source. This is useful for GcTextBox controls in which URLs, addresses, file names, or commands are frequently entered.

The use of the AutoCompleteCustomSource property is optional, but you must set the AutoCompleteSource property to CustomSource in order to use AutoCompleteCustomSource.

You must use the AutoCompleteMode and AutoCompleteSource properties together.