Spread Windows Forms 12.0 Product Documentation
MatchingMode Property (AutoComplete)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > AutoComplete Class : MatchingMode Property
Gets or sets the matching mode for the automatic complete feature.
Syntax
'Declaration
 
Public Property MatchingMode As AutoCompleteMatchingMode
'Usage
 
Dim instance As AutoComplete
Dim value As AutoCompleteMatchingMode
 
instance.MatchingMode = value
 
value = instance.MatchingMode
public AutoCompleteMatchingMode MatchingMode {get; set;}

Property Value

One of the AutoCompleteMatchingMode values that indicates how to match the string in the automatic complete feature.
Exceptions
ExceptionDescription
value is not defined.
See Also

Reference

AutoComplete Class
AutoComplete Members