Spread Windows Forms 12.0 Product Documentation
MatchingMode Property (AutoCompleteInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > AutoCompleteInfo 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 AutoCompleteInfo
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

AutoCompleteInfo Class
AutoCompleteInfo Members