Class AutoCompleteMatchModes
Specifies the modes in which the AutoComplete control will filter the history list for the current text in the target edit control.
Inheritance
System.Object
AutoCompleteMatchModes
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class AutoCompleteMatchModes : Enum
Remarks
The MatchMode property uses this type to fix the type of matching to be performed.
Fields
Automatic
The matching will be automatic. This means that the default matching routine built into the AutoComplete control will be used.
Declaration
public const AutoCompleteMatchModes Automatic
Field Value
| Type |
|---|
| AutoCompleteMatchModes |
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.
Declaration
public const AutoCompleteMatchModes Manual
Field Value
| Type |
|---|
| AutoCompleteMatchModes |