Enum AutoCompleteMatchModes
Specifies the modes in which the AutoComplete control will filter the history list for the current text in the target edit control.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum AutoCompleteMatchModes
Remarks
The MatchMode property uses this type to fix the type of matching to be performed.
Fields
Name | Description |
---|---|
Automatic | The matching will be automatic. This means that the default matching routine built into the AutoComplete control will be used. |
Manual | The matching will be manual and the user will be able to specify a custom event handler to approve a match. MatchItem event is invoked for each item that is in the history list. |